From a6c4922eed843534b4c9bbff7f260e8ef1269ff0 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 5 Dec 2025 18:58:08 +0100 Subject: [PATCH] adjust H1 mobile line height from tight to normal while keeping tight on desktop --- src/components/UI/Texts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI/Texts.tsx b/src/components/UI/Texts.tsx index ffb6bcb..7951e54 100644 --- a/src/components/UI/Texts.tsx +++ b/src/components/UI/Texts.tsx @@ -77,7 +77,7 @@ const createTextComponent = ( // Headings default to Quicking font export const H1 = createTextComponent( 'h1', - 'text-5xl lg:text-7xl font-medium leading-tight tracking-tight', + 'text-5xl lg:text-7xl font-medium lg:leading-tight leading-normal tracking-tight', { font: 'quicking' } ) export const H2 = createTextComponent(