fix: set body margin only on /game
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s

This commit is contained in:
uku 2024-11-19 16:16:23 +01:00
parent 7c2c68a7b8
commit 298592681b
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 9 additions and 11 deletions

View file

@ -9,12 +9,4 @@
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
<style>
html,
body {
margin: 0;
height: 100%;
}
</style>
</html>