layout improvements

This commit is contained in:
2024-11-02 00:34:21 -07:00
parent 31d23c5e87
commit 7169bf0fb1
4 changed files with 15 additions and 4 deletions

View File

@@ -7,6 +7,6 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents" class="flex flex-col min-h-screen">%sveltekit.body%</div>
<div class="flex flex-col min-h-screen">%sveltekit.body%</div>
</body>
</html>