From cba15003ea9e0df9ea81206e8e425f16f875bb0b Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 13 May 2019 09:07:36 +0200 Subject: Add bottom margin to article --- source/css/theme.css | 3 +++ source/css/theme.scss | 4 ++++ 2 files changed, 7 insertions(+) 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), -- cgit v1.2.1