From 694ff38980f159e8cb2fc3e623604edf72311012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rane=20Hyvo=CC=88nen?= Date: Tue, 5 Mar 2024 10:54:05 +0100 Subject: [PATCH] fix(ui): decrease teaser hero block title font line height --- frontend/theme/extras/blocks/teaser.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/theme/extras/blocks/teaser.less b/frontend/theme/extras/blocks/teaser.less index 8eabee2..8bd7674 100644 --- a/frontend/theme/extras/blocks/teaser.less +++ b/frontend/theme/extras/blocks/teaser.less @@ -184,11 +184,11 @@ max-width: 842px !important; h2 { font-size: 35px !important; - line-height: 40px !important; + line-height: 45px !important; @media (min-width: 662px) { font-size: 55px !important; - line-height: 90px !important; + line-height: 65px !important; } } }