blog: blacksite chrome

This commit is contained in:
kbot
2026-07-06 22:06:07 -05:00
parent 40d5c75775
commit 764600e6fe
3 changed files with 11 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ export default function BlogLayout({ children }: { children: React.ReactNode })
<>
<ScrollProgress />
<Header />
<main className="mx-auto max-w-5xl px-6 py-12 sm:py-16">
<main className="mx-auto w-full max-w-6xl px-6 py-16 sm:py-24">
{children}
</main>
<Footer />