aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r--src/styles/global.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss
index f893b61..b0e5ea1 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -1,12 +1,16 @@
@import "theme";
* {
- font-family: $defFont
+ font-family: $defFont
}
body {
- background-color: $defBG;
- color: $defFG;
- padding: $bodyPadding;
- margin: $bodyMargin;
+ background-color: $defBG;
+ color: $defFG;
+ margin: 0;
+}
+
+.root-content {
+ width: 90%;
+ margin: auto;
}