Add styles for InputBox

This commit is contained in:
He4eT 2021-02-28 18:41:09 +05:00
commit fce8be2af0
4 changed files with 10 additions and 4 deletions

View file

@ -1,11 +1,14 @@
html, body {
margin: 0;
height: 100%;
}
body {
display: flex;
flex-direction: column;
height: 100vh;
font-size: 18px;
line-height: 27px;
}
#root {