Style tweaks to pagination, right sidebar, and background color

This commit is contained in:
Michael Rose
2016-03-29 23:13:00 -04:00
parent 181ac73615
commit 85fb0d0283
9 changed files with 50 additions and 51 deletions

View File

@@ -22,18 +22,13 @@
}
.page {
@include breakpoint($medium) {
padding-right: $right-sidebar-width-narrow;
}
@include breakpoint($large) {
@include span(10 of 12 last);
padding-right: $right-sidebar-width;
@include suffix(2 of 12);
}
@include breakpoint($x-large) {
@include prefix(0.5 of 12);
padding-right: $right-sidebar-width-wide;
}
.page__inner-wrap {
@@ -225,7 +220,7 @@
&:hover {
text-decoration: none;
border-color: $gray;
color: $gray;
}
}