Skip to content

Commit ebc34aa

Browse files
committed
Add a little bit of padding to the content area when the viewport is < 768px in width.
1 parent 3f92d15 commit ebc34aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/jquery/css/base.css

+5
Original file line numberDiff line numberDiff line change
@@ -2703,6 +2703,11 @@ footer li img {
27032703
background-image: none;
27042704
}
27052705

2706+
.content-full.full-width #content {
2707+
padding-left: 2%;
2708+
padding-right: 2%;
2709+
}
2710+
27062711
#content,
27072712
.col7-3.col,
27082713
footer #legal p.copyright,

0 commit comments

Comments
 (0)