Add basic styles

This commit is contained in:
He4eT 2021-02-28 03:31:58 +05:00
commit 6fda37feb5
4 changed files with 44 additions and 5 deletions

View file

@ -1,3 +1,17 @@
html, body {
margin: 0;
}
body {
display: flex;
flex-direction: column;
height: 100vh;
}
#root {
height: 100%;
}
.app {
height: 100%;
}