From f58ac9daa84a900b971dd242bc83ff027aa92c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rane=20Hyvo=CC=88nen?= Date: Thu, 22 Feb 2024 15:39:46 +0100 Subject: [PATCH] fix(ui): chnage folder fon sizes --- frontend/theme/extras/header.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/theme/extras/header.less b/frontend/theme/extras/header.less index 035a1a4..8af97ae 100644 --- a/frontend/theme/extras/header.less +++ b/frontend/theme/extras/header.less @@ -774,11 +774,15 @@ body:not(.has-hero-image).has-hero-section { h1.documentFirstHeading { margin-top: 20px; + padding-bottom: 15px; } .content-description { - font-size: 22px; + font-size: 28px; line-height: 1.636; + @media (max-width: 992px) { + font-size: 22px; + } } } }