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) {

View file

@ -34,7 +34,7 @@
border-bottom: 1px solid $border-color;
&:hover {
color: #000;
background: mix(#fff, $info-color, 90%);
background: $border-color;
}
}
li ul > li a {

File diff suppressed because one or more lines are too long