aboutsummaryrefslogtreecommitdiff
path: root/src/scss/_framework.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/_framework.scss')
-rw-r--r--src/scss/_framework.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/_framework.scss b/src/scss/_framework.scss
index c95a71c..7aa970e 100644
--- a/src/scss/_framework.scss
+++ b/src/scss/_framework.scss
@@ -35,7 +35,7 @@ body {
margin: auto;
max-width: 52em;
min-height: 100vh;
- padding: 4em;
+ padding: 2em 4em;
position: relative;
text-rendering: optimizelegibility;
}
@@ -43,7 +43,7 @@ body {
@media (width <=684px) {
body {
font-size: $fontSizeBase * 0.85;
- padding: 4em 1em 2em;
+ padding: 2em 1em;
}
}