Remove border... whoops

This commit is contained in:
2025-11-18 12:34:11 +13:00
parent 1f499739fb
commit 4992379487

View File

@@ -38,7 +38,7 @@ const readTime = calcReadTime(wordCount);
</div> </div>
<div id="post-content" slot="content" class="md:py-12 border-t border-gray-200 md:border-0"> <div id="post-content" slot="content" class="md:py-12">
<Fragment set:html={content} /> <Fragment set:html={content} />
</div> </div>