feat: Combined home and discovery pages, small improvements

This commit is contained in:
Aleksi Lassila
2023-09-17 00:29:37 +03:00
parent 98a1003695
commit fed8eacae6
14 changed files with 762 additions and 323 deletions

View File

@@ -24,7 +24,7 @@
</head>
<body
data-sveltekit-preload-data="hover"
class="bg-stone-950 min-h-screen text-white touch-manipulation"
class="bg-stone-950 min-h-screen text-white touch-manipulation relative -z-10"
>
<div style="display: contents">%sveltekit.body%</div>
</body>