actual layout improvements

This commit is contained in:
2026-02-10 03:29:17 -08:00
parent 197b9267c4
commit f47f6e6cd8
4 changed files with 26 additions and 35 deletions

View File

@@ -1,14 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body
data-sveltekit-preload-data="hover"
class="flex min-h-screen flex-col items-center gap-8 p-4 max-sm:px-2"
>
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="flex min-h-screen flex-col items-center gap-8">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>