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

@@ -11,6 +11,9 @@
padding-left: 1em;
padding-right: 1em;
}
@include breakpoint($x-large) {
max-width: $x-large;
}
a {
text-decoration: none;
&:hover {
@@ -21,16 +24,20 @@
.page__footer-copyright {
@include breakpoint($medium) {
@include span(10 of 12);
@include pre(2);
@include prefix(2 of 12);
}
@include breakpoint($x-large) {
@include prefix(2.5 of 12);
}
font-size: 14px;
}
.page__footer-follow {
@include breakpoint($medium) {
@include span(10 of 12);
@include pre(2);
@include prefix(2 of 12);
}
@include breakpoint($x-large) {
@include prefix(2.5 of 12);
}
ul {
margin: 0;