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; +}