Improve right sidebar styling to better handle position: fixed content

This commit is contained in:
Michael Rose
2016-03-16 16:18:37 -04:00
parent 2b1a38715c
commit 1ce8926272
7 changed files with 29 additions and 31 deletions

View File

@@ -6,8 +6,8 @@
@include breakpoint($medium) {
display: block;
margin-bottom: 1em;
@include span(2);
@include suffix(0.5);
@include span(2 of 12);
@include suffix(0.5 of 12);
}
h2, h3, h4, h5, h6 {
font-family: $sans-serif-narrow;