Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -3,6 +3,13 @@ import reset from "styled-reset"; | ... | @@ -3,6 +3,13 @@ import reset from "styled-reset"; |
3 | 3 | ||
4 | export default createGlobalStyle` | 4 | export default createGlobalStyle` |
5 | ${reset} | 5 | ${reset} |
6 | + html { | ||
7 | + box-sizing: border-box; | ||
8 | + font-size: 16px; | ||
9 | + } | ||
10 | + body { | ||
11 | + max-width: 100%; | ||
12 | + } | ||
6 | li { | 13 | li { |
7 | list-style: none; | 14 | list-style: none; |
8 | } | 15 | } | ... | ... |
-
Please register or login to post a comment