mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-07-28 15:09:56 +00:00
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)}
|
href={new URL("rss.xml", Astro.site)}
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="max-w-5xl w-full mx-auto">
|
||||||
<NavHeader />
|
<NavHeader />
|
||||||
<slot />
|
<slot />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue