Increase width of main content to better fill large screens sizes

This commit is contained in:
Michael Rose
2016-03-17 22:56:01 -04:00
parent 266f87d5ab
commit cf473ef12f
8 changed files with 45 additions and 33 deletions

View File

@@ -9,6 +9,9 @@
@include span(2 of 12);
@include suffix(0.25 of 12);
}
@include breakpoint($x-large) {
padding-right: 0;
}
h2, h3, h4, h5, h6 {
font-family: $sans-serif-narrow;
}