Left align masthead and footer

This commit is contained in:
Michael Rose 2016-06-06 15:15:20 -04:00
parent 972e55c938
commit df86cb62c2
2 changed files with 2 additions and 13 deletions

View file

@ -28,16 +28,9 @@
.page__footer-copyright {
font-family: $global-font-family;
font-size: $type-size-7;
@include breakpoint($large) {
@include prefix(2.5 of 12);
}
}
.page__footer-follow {
@include breakpoint($large) {
@include prefix(2.5 of 12);
}
ul {
margin: 0;

View file

@ -15,7 +15,6 @@
padding: 1em 1em 1em;
font-family: $sans-serif-narrow;
font-weight: 700;
text-transform: uppercase;
@include breakpoint($x-large) {
max-width: $x-large;
@ -32,9 +31,6 @@
}
.masthead__menu {
@include breakpoint($large) {
@include prefix(2.5 of 12);
}
ul {
margin: 0;
@ -47,10 +43,10 @@
.masthead__menu-item {
display: block;
list-style-type: none;
font-size: $type-size-6;
white-space: nowrap;
&--lg {
font-size: $type-size-5;
padding-right: 2em;
text-transform: uppercase;
}
}