From 286b87371a6b09f732c0e6a5084d86d69be3f583 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 5 Dec 2025 20:36:45 +0100 Subject: [PATCH] adjust H1 mobile line height from 0.9 to 0.95 --- 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 bdad61a..aa51bcd 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-[0.9] lg:leading-tight tracking-tight', + 'text-5xl lg:text-7xl font-medium leading-[0.95] lg:leading-tight tracking-tight', { font: 'quicking' } ) export const H2 = createTextComponent(