Skip to content

Commit f3e645b

Browse files
committed
Remove padding on #content on small widths, which caused odd whitespace around #banner-secondary
1 parent f01caa5 commit f3e645b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/jquery/css/base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,10 @@ footer li img {
31623162
padding-right: 10px;
31633163
}
31643164

3165-
.content-full #content {
3165+
.content-full #content,
3166+
.content-full.full-width #content,
3167+
.content-right #content,
3168+
.content-left #content {
31663169
padding-left: 0;
31673170
padding-right: 0;
31683171
}

0 commit comments

Comments
 (0)