Make typography refinements

This commit is contained in:
Michael Rose
2016-03-30 22:20:55 -04:00
parent 8a58559144
commit 7a41a04dcc
12 changed files with 69 additions and 38 deletions

View File

@ -7,6 +7,7 @@
@include clearfix;
margin-top: 3em;
padding: 0 2em 3em;
color: mix(#fff, $gray, 25%);
@include breakpoint($large) {
padding-left: 1em;
@ -27,6 +28,9 @@
}
.page__footer-copyright {
font-family: $sans-serif;
font-size: $type-size-7;
@include breakpoint($large) {
@include prefix(2 of 12);
}
@ -34,8 +38,6 @@
@include breakpoint($x-large) {
@include prefix(2.5 of 12);
}
font-size: $type-size-6;
}
.page__footer-follow {