mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-15 02:46:31 -05:00
Fix ul rendering issue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user