diff options
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; } |