diff --git a/static/css/theme.css b/static/css/theme.css index 38e103da3c..fce606beb9 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -482,12 +482,12 @@ div.box > .box-content { padding-right: 1rem; } -div.box > .box-content > :first-child { +#body div.box > .box-content > :first-child { margin-top: 0; padding-top: 1rem; } -div.box > .box-content > :last-child { +#body div.box > .box-content > :last-child { margin-bottom: 1rem; }