diff options
author | neodarz <neodarz@neodarz.net> | 2019-05-13 09:07:36 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-05-13 09:07:36 +0200 |
commit | cba15003ea9e0df9ea81206e8e425f16f875bb0b (patch) | |
tree | 169d60c15a688e6c6e033aadbd53813721a6683b /source/css/theme.css | |
parent | 11f081ae1c10ac7a3bf7de2d2e2f005bc422be68 (diff) | |
download | my_new_personal_website-cba15003ea9e0df9ea81206e8e425f16f875bb0b.tar.xz my_new_personal_website-cba15003ea9e0df9ea81206e8e425f16f875bb0b.zip |
Add bottom margin to article
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 3 |
1 files changed, 3 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; } |