summaryrefslogtreecommitdiffstats
path: root/src/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.scss')
-rw-r--r--src/index.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.scss b/src/index.scss
index e8236c1..1572e11 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -6,7 +6,9 @@
6 box-sizing: border-box; 6 box-sizing: border-box;
7} 7}
8 8
9html, body, #root { 9html,
10body,
11#root {
10 margin: 0; 12 margin: 0;
11 padding: 0; 13 padding: 0;
12 14