aboutsummaryrefslogtreecommitdiff
path: root/assets/_sass/base/_reset.scss
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-15 02:57:48 +0200
committerEugen Wissner <belka@caraus.de>2026-07-15 02:57:48 +0200
commit8f954ab7c662e0c507c2328d5b2683fbd4c3a391 (patch)
treeaa77658a566d38f621b465947c7a9acd4de007b3 /assets/_sass/base/_reset.scss
parent4467e79ab9516010c93c8ba7c530ddd9622a5262 (diff)
downloadflevum-8f954ab7c662e0c507c2328d5b2683fbd4c3a391.tar.gz
Remove vendor specific CSS styles
Diffstat (limited to 'assets/_sass/base/_reset.scss')
-rw-r--r--assets/_sass/base/_reset.scss69
1 files changed, 34 insertions, 35 deletions
diff --git a/assets/_sass/base/_reset.scss b/assets/_sass/base/_reset.scss
index f896901..8e0f0f3 100644
--- a/assets/_sass/base/_reset.scss
+++ b/assets/_sass/base/_reset.scss
@@ -1,35 +1,34 @@
-* {
- box-sizing: border-box;
- -moz-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;
- }
-}
+* {
+ 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;
+ }
+}