font variables error fix

This commit is contained in:
Raphael Goetter 2017-12-04 15:46:29 +01:00
parent ff1ef5fb7e
commit 7bc7e0fb42
3 changed files with 3 additions and 3 deletions

View File

@ -437,7 +437,7 @@ h2, .h2-like {
@media (min-width: 576px) { @media (min-width: 576px) {
h2, .h2-like { h2, .h2-like {
font-size: 3.8rem; font-size: 2.8rem;
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ $font-sizes: (
), ),
h2: ( h2: (
mobile : 2.4rem, mobile : 2.4rem,
desktop : 3.8rem desktop : 2.8rem
), ),
h3: ( h3: (
mobile : 2.0rem, mobile : 2.0rem,