change styling so page fills screen
This commit is contained in:
parent
6a1b092e8b
commit
293e8f1735
|
@ -1,3 +1,7 @@
|
|||
/* Set app to fill screen */
|
||||
html, body, #app {
|
||||
height: 100%;
|
||||
}
|
||||
:root {
|
||||
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue