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>

View file

@ -26,7 +26,7 @@
<style>
.container {
padding: 16px;
padding: 12px;
}
form {

View file

@ -151,6 +151,12 @@
</div>
<style>
:global(body),
:global(html) {
margin: 0;
height: 100%;
}
.container {
display: flex;
flex-direction: column;

View file

@ -56,7 +56,7 @@
}
.restart {
width: 600px;
height: 75px;
width: 200px;
height: 50px;
}
</style>