styling improvements

This commit is contained in:
Michael Freno
2025-12-29 00:08:55 -05:00
parent 692f568fd4
commit a7455bf9b1
2 changed files with 16 additions and 7 deletions

View File

@@ -274,7 +274,7 @@ export default function PostBodyClient(props: PostBodyClientProps) {
});
return (
<div class="mx-auto max-w-4xl px-4 pt-32 md:pt-40">
<div class="mx-auto max-w-4xl px-4">
<div
id="post-content-body"
ref={contentRef}