elseifplayer/src/style/base.css
2021-02-28 18:41:09 +05:00

20 lines
191 B
CSS

html, body {
margin: 0;
height: 100%;
}
body {
display: flex;
flex-direction: column;
font-size: 18px;
line-height: 27px;
}
#root {
height: 100%;
}
.app {
height: 100%;
}