h1 {
@include size(font-size, 35px);
+ line-height: 1.1em;
font-weight: normal;
@include size(margin-top, 14px);
h2 {
@include size(font-size, 23px);
+ line-height: 1.1em;
font-weight: normal;
}
@include size(margin-bottom, 10px);
}
}
+
+@media screen and (max-width: 62.5em) {
+ .mobile-margins {margin-left: 1em; margin-right: 1em;}
+}