Working on general styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user