1 changed files with
1 additions and
2 deletions
|
|
|
@ -11,8 +11,7 @@
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
height: 100vh;
|
|
|
|
height: 100dvh;
|
|
|
|
height: 100svh;
|
|
|
|
|
|
|
|
max-width: 800px;
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|