Fix ul rendering issue

This commit is contained in:
Dilson's Pickles
2023-09-26 17:30:56 +10:00
parent aa4bd689df
commit 3db593ba1d

View File

@@ -21,7 +21,7 @@ const options = {
---
<BaseLayout title={"Audacity | " + post.data.title}>
<article id="main" class="prose prose-blue prose-xl mx-6 sm:mx-12 md:mx-24 lg:mx-auto my-12 lg:mt-16 lg:mb-24">
<article id="main" class="prose prose-blue mx-6 sm:mx-12 md:mx-24 lg:mx-auto pt-16 pb-40">
<div class="flex flex-col gap-2 border-b pb-6">
<h2 class="my-0">{post.data.title}</h2>
<p class="mb-0">By {post.data.author}</p>