From c0c7a8468e963311cc1d59faf2848eafa18e1c4b Mon Sep 17 00:00:00 2001 From: MiguelMLorente Date: Tue, 10 Dec 2024 23:46:47 +0100 Subject: [PATCH] Minor style fixes --- web/src/App.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/App.scss b/web/src/App.scss index 5992e9f..26c60db 100644 --- a/web/src/App.scss +++ b/web/src/App.scss @@ -1,3 +1,9 @@ @use "node_modules/@picocss/pico/scss/pico" with ( $theme-color: "pumpkin" ); + +#root, #app { + height: 100%; + width: 100%; + padding: 0; +}