aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/css/theme.css3
-rw-r--r--source/css/theme.scss4
2 files changed, 7 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 1dbd7732..357e3c89 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -29,6 +29,9 @@ body {
margin-left: 20vw;
margin-right: 20vw; }
+.bodya > div {
+ margin-bottom: 20px; }
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
-webkit-font-smoothing: subpixel-antialiased; }
diff --git a/source/css/theme.scss b/source/css/theme.scss
index 387b4f00..ef5c3dc2 100644
--- a/source/css/theme.scss
+++ b/source/css/theme.scss
@@ -45,6 +45,10 @@ body {
margin-right: 20vw;
}
+.bodya > div {
+ margin-bottom: 20px;
+}
+
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),