diff --git a/src/styles.css b/src/styles.css index f7de85b..00c471c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -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;