Increase white space around right sidebar on x-large screens

This commit is contained in:
Michael Rose
2016-03-21 14:09:45 -04:00
parent 0cf5f3d9bc
commit c7d2a8f82c
3 changed files with 4 additions and 3 deletions

View File

@ -40,6 +40,7 @@
}
@include breakpoint($x-large) {
width: $right-sidebar-width-wide;
padding-left: span(1 of 12);
}
}
@include breakpoint($large) {