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