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