fix: set body margin only on /game
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 32s
This commit is contained in:
parent
7c2c68a7b8
commit
298592681b
4 changed files with 9 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<style>
|
||||
.container {
|
||||
padding: 16px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
form {
|
||||
|
|
|
@ -151,6 +151,12 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
:global(body),
|
||||
:global(html) {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
.restart {
|
||||
width: 600px;
|
||||
height: 75px;
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue