change styling so page fills screen

This commit is contained in:
Leaversa 2024-02-27 23:02:20 -08:00
parent 6a1b092e8b
commit 293e8f1735
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* Set app to fill screen */
html, body, #app {
height: 100%;
}
:root { :root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif; font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px; font-size: 16px;