diff --git a/static/css/theme.css b/static/css/theme.css index 210e76411f..3e360cd7d0 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -466,18 +466,20 @@ div.box > .box-label { } div.box > .box-content { - padding-bottom: .1rem; + padding-top: 1rem; + padding-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; } -#body div.box > .box-content > :first-child { +#body div.box > .box-content > :first-child, +#body div.box > .box-content > :first-child :first-child { margin-top: 0; - padding-top: 1rem; } -#body div.box > .box-content > :last-child { - margin-bottom: 1rem; +#body div.box > .box-content > :last-child, +#body div.box > .box-content > :last-child :last-child { + margin-bottom: 0; } /* attachments shortcode */