summaryrefslogtreecommitdiffstats
path: root/src/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.scss')
-rw-r--r--src/index.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/index.scss b/src/index.scss
index 3d8dd7a..13d82ca 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -3,12 +3,12 @@
3} 3}
4 4
5html, body, #root { 5html, body, #root {
6 margin: 0;
7 padding: 0;
8
6 height: 100vh; 9 height: 100vh;
7 width: 100vw; 10 width: 100vw;
8 11
9} 12 font-family: sans-serif;
10 13 overflow: hidden;
11#root {
12 display: flex;
13 flex-flow: column nowrap;
14} 14}