fix(layout): narrow content column to 740px for visible centering

This commit is contained in:
lerko96
2026-04-12 19:36:41 -04:00
parent bf0910a8fe
commit a58fafc563
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ export default function RootLayout({
>
<ThemeProvider>
<Nav />
<main className="max-w-3xl mx-auto px-6 py-14">
<main className="max-w-[740px] mx-auto px-6 py-14">
{children}
</main>
<Footer />