style: narrow content column to max-w-3xl for centered layout
This commit is contained in:
@@ -39,7 +39,7 @@ export default function RootLayout({
|
||||
>
|
||||
<ThemeProvider>
|
||||
<Nav />
|
||||
<main className="max-w-5xl mx-auto px-6 py-14">
|
||||
<main className="max-w-3xl mx-auto px-6 py-14">
|
||||
{children}
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user