feat(BaseLayout): fix page sizing

This commit is contained in:
aria 2025-07-25 23:15:13 +10:00
parent 40cd9c0554
commit 39540fcde5
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -33,7 +33,7 @@ const { pageTitle, description = "Aria's little corner of the web" } = Astro.pro
href={new URL("rss.xml", Astro.site)}
/>
</head>
<body>
<body class="max-w-5xl w-full mx-auto">
<NavHeader />
<slot />
<Footer />