mizu + wiskatron

This commit is contained in:
Oliver Bryan
2025-09-26 13:43:13 +01:00
parent a4a92d7857
commit 905c9a8f6a
4 changed files with 61 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ const { currentPage } = Astro.props;
</head>
<body>
<Header currentPage={currentPage} />
<div class="px-4 py-2">
<div class="px-4 py-4">
<slot />
</div>
</body>