Make typography refinements
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user