From 0c849bb5d9281eb37dd85e91bf2a42cb987840ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rane=20Hyvo=CC=88nen?= Date: Tue, 5 Mar 2024 10:46:19 +0100 Subject: [PATCH] fix(ui): decrease teaser hero block title font size --- frontend/theme/extras/blocks/teaser.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/theme/extras/blocks/teaser.less b/frontend/theme/extras/blocks/teaser.less index f1ffe99..8eabee2 100644 --- a/frontend/theme/extras/blocks/teaser.less +++ b/frontend/theme/extras/blocks/teaser.less @@ -187,7 +187,7 @@ line-height: 40px !important; @media (min-width: 662px) { - font-size: 80px !important; + font-size: 55px !important; line-height: 90px !important; } }