diff options
Diffstat (limited to 'assets/_sass/base/_reset.scss')
| -rw-r--r-- | assets/_sass/base/_reset.scss | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/assets/_sass/base/_reset.scss b/assets/_sass/base/_reset.scss deleted file mode 100644 index 8e0f0f3..0000000 --- a/assets/_sass/base/_reset.scss +++ /dev/null @@ -1,34 +0,0 @@ -* { - box-sizing: border-box; -} - -body { - margin: 0; - padding: 0; - font-family: 'PT Serif', serif; - font-size: 18px; - line-height: 30px; - color: var(--grey-555); - background: var(--body-bg); -} - -header, -nav, -section, -main, -article, -aside, -figure, -footer, -iframe, -object, -svg { - display: block; - margin: 0; -} - -@media screen and (max-width: 800px) { - body { - padding: 80px 0 0; - } -} |
