From f53c310b1b16c6b4f2f088fcf743c41c5a450255 Mon Sep 17 00:00:00 2001 From: kthoden Date: Thu, 3 Sep 2020 19:28:40 +0200 Subject: [PATCH] Enlarge chapter title on mobile phone --- src/styles/base/typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }