super mega layout improvements

This commit is contained in:
2024-12-31 19:32:20 -08:00
parent 923c24a93e
commit 32ab4104a7
8 changed files with 54 additions and 49 deletions

View File

@@ -6,7 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div class="flex min-h-screen flex-col gap-8 p-4 max-sm:px-2">%sveltekit.body%</div>
<body
data-sveltekit-preload-data="hover"
class="flex min-h-screen flex-col items-center gap-8 p-4 max-sm:px-2"
>
%sveltekit.body%
</body>
</html>