Working on general styles

This commit is contained in:
Scott Idem
2025-09-17 19:21:01 -04:00
parent 6b6418b753
commit 46a89c36fe
8 changed files with 49 additions and 14 deletions

View File

@@ -20,8 +20,12 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="h-full w-full overflow-auto">
<!-- h-full w-full overflow-auto -->
<body data-sveltekit-preload-data="hover" class="h-full w-full max-h-vh-screen max-w-vw-screen">
<div style="display: contents" class="">
%sveltekit.body%
</div>
<div style="display: contents" class="">%sveltekit.body%</div>
</body>
</html>