From 293e8f17353880568c7c541247f54ccc7b0f721e Mon Sep 17 00:00:00 2001 From: Leaversa Date: Tue, 27 Feb 2024 23:02:20 -0800 Subject: [PATCH] change styling so page fills screen --- src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) 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;