adjust H1 mobile line height from 0.9 to 0.95

This commit is contained in:
2025-12-05 20:36:45 +01:00
parent a232ba7c98
commit 286b87371a

View File

@@ -77,7 +77,7 @@ const createTextComponent = <DefaultElement extends React.ElementType>(
// 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(