fix: padding on blog post

This commit is contained in:
Jack 2023-06-21 12:05:43 -07:00
parent 5f7ff6be0a
commit bb780b414a
No known key found for this signature in database
GPG Key ID: AFD9F14834097B8E

View File

@ -57,7 +57,7 @@ export default async function Page({
</div>
{/* the content */}
<article className="mx-auto prose dark:prose-invert prose-zinc max-w-7xl lg:prose-xl">
<article className="px-4 mx-auto prose dark:prose-invert prose-zinc max-w-7xl lg:prose-xl">
<ReactMarkdown
remarkPlugins={[remarkGfm]}
rehypePlugins={[rehypeRaw]}