Skip to content

Commit 773e7be

Browse files
committed
fix content spacing with sidebar
fix content spacing with sidebar
1 parent e3e7c1a commit 773e7be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/core/_breakpoints.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ $breakpoint-attributes: (
329329
min-width: map-deep-get($breakpoint-attributes, (default, small, min-width));
330330
margin-left: auto;
331331
margin-right: auto;
332-
padding: 0 20px;
332+
padding-left: 20px;
333+
padding-right: 20px;
333334
box-sizing: border-box;
334335

335336
// make sure there is 120px space around the content on xlarge

0 commit comments

Comments
 (0)