1 changed files with
4 additions and
1 deletions
|
|
@ -15,7 +15,10 @@
|
|
|
|
font-style: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
height: 100vh;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|