Showing
1 changed file
with
2 additions
and
11 deletions
... | @@ -3,12 +3,8 @@ import reset from "styled-reset"; | ... | @@ -3,12 +3,8 @@ import reset from "styled-reset"; |
3 | 3 | ||
4 | export default createGlobalStyle` | 4 | export default createGlobalStyle` |
5 | ${reset} | 5 | ${reset} |
6 | - * { | 6 | + li { |
7 | - box-sizing: border-box; | 7 | + list-style: none; |
8 | - } | ||
9 | - html, body { | ||
10 | - overflow: hidden; | ||
11 | - height: 100vh; | ||
12 | } | 8 | } |
13 | a { | 9 | a { |
14 | text-decoration:none; | 10 | text-decoration:none; |
... | @@ -16,9 +12,4 @@ export default createGlobalStyle` | ... | @@ -16,9 +12,4 @@ export default createGlobalStyle` |
16 | input:focus { | 12 | input:focus { |
17 | outline:none; | 13 | outline:none; |
18 | } | 14 | } |
19 | - #root { | ||
20 | - height: 100%; | ||
21 | - display:flex; | ||
22 | - flex-direction: row; | ||
23 | - } | ||
24 | `; | 15 | `; | ... | ... |
-
Please register or login to post a comment