diff --git a/src/styles/base/typography.scss b/src/styles/base/typography.scss index e49db4afa..623a9f1d4 100755 --- a/src/styles/base/typography.scss +++ b/src/styles/base/typography.scss @@ -38,7 +38,7 @@ h2 { line-height: 1.3333; @include media--max ($width--phone) { - font-size: 14px; + font-size: 22px; line-height: $line-height--default + 0.25; } }