diff --git a/src/styles.scss b/src/styles.scss index 90d4ee0..61c8368 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1 +1,4 @@ -/* You can add global styles to this file, and also import other style files */ +html, body { + margin: 0 0; + height: 100%; +} \ No newline at end of file