From 01e2439e5e1f3ed0ac2724af0e4cc7be454278c7 Mon Sep 17 00:00:00 2001 From: Tomasz Dziezyk Date: Mon, 21 Oct 2024 14:06:12 +0200 Subject: [PATCH] KAW-8175 Fix lineheight for headings --- styles/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 0ab846d..9d080f9 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -128,7 +128,7 @@ h1, font-size: 2.875rem; font-style: normal; font-weight: 500; - line-height: 140%; + line-height: 130%; letter-spacing: 0; } @@ -155,7 +155,7 @@ h4, font-size: 1.5rem; font-style: normal; font-weight: 500; - line-height: 130%; + line-height: 140%; letter-spacing: 0.15px; } @@ -214,18 +214,21 @@ h6, .h1 { font-size: 4.375rem; letter-spacing: -1.5px; + line-height: 120%; } h2, .h2 { font-size: 3rem; letter-spacing: -0.5px; + line-height: 120%; } h3, .h3 { font-size: 2.5rem; letter-spacing: 0; + line-height: 130%; } h4,