feat(BaseLayout): fix page sizing
This commit is contained in:
parent
40cd9c0554
commit
39540fcde5
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue