From 55c95836dd7f47a276ec19247f04d35ecc88fce4 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 28 Apr 2021 14:38:01 +0200 Subject: [PATCH] _scss: don't use "all caps" for H4 Change H4's to not be presented in "all caps". To compensate, the font size is increased from 16px to 18px (otherwise it would be the same size as H5 headings). Signed-off-by: Sebastiaan van Stijn --- _scss/_typography.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_scss/_typography.scss b/_scss/_typography.scss index 87ce5d24e4..45c85c274a 100755 --- a/_scss/_typography.scss +++ b/_scss/_typography.scss @@ -60,8 +60,7 @@ h3 { } h4 { - font-size: 16px; - text-transform: uppercase; + font-size: 18px; } h5 {