aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-05-13 09:07:36 +0200
committerneodarz <neodarz@neodarz.net>2019-05-13 09:07:36 +0200
commitcba15003ea9e0df9ea81206e8e425f16f875bb0b (patch)
tree169d60c15a688e6c6e033aadbd53813721a6683b /source
parent11f081ae1c10ac7a3bf7de2d2e2f005bc422be68 (diff)
downloadmy_new_personal_website-cba15003ea9e0df9ea81206e8e425f16f875bb0b.tar.xz
my_new_personal_website-cba15003ea9e0df9ea81206e8e425f16f875bb0b.zip
Add bottom margin to article
Diffstat (limited to 'source')
-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),