Left align masthead and footer
This commit is contained in:
parent
972e55c938
commit
df86cb62c2
2 changed files with 2 additions and 13 deletions
|
@ -28,16 +28,9 @@
|
||||||
.page__footer-copyright {
|
.page__footer-copyright {
|
||||||
font-family: $global-font-family;
|
font-family: $global-font-family;
|
||||||
font-size: $type-size-7;
|
font-size: $type-size-7;
|
||||||
|
|
||||||
@include breakpoint($large) {
|
|
||||||
@include prefix(2.5 of 12);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page__footer-follow {
|
.page__footer-follow {
|
||||||
@include breakpoint($large) {
|
|
||||||
@include prefix(2.5 of 12);
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
padding: 1em 1em 1em;
|
padding: 1em 1em 1em;
|
||||||
font-family: $sans-serif-narrow;
|
font-family: $sans-serif-narrow;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
|
||||||
|
|
||||||
@include breakpoint($x-large) {
|
@include breakpoint($x-large) {
|
||||||
max-width: $x-large;
|
max-width: $x-large;
|
||||||
|
@ -32,9 +31,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.masthead__menu {
|
.masthead__menu {
|
||||||
@include breakpoint($large) {
|
|
||||||
@include prefix(2.5 of 12);
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -47,10 +43,10 @@
|
||||||
.masthead__menu-item {
|
.masthead__menu-item {
|
||||||
display: block;
|
display: block;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
font-size: $type-size-6;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&--lg {
|
&--lg {
|
||||||
font-size: $type-size-5;
|
padding-right: 2em;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue