adjust H1 mobile line height from tight to normal while keeping tight on desktop

This commit is contained in:
2025-12-05 18:58:08 +01:00
parent d417295829
commit a6c4922eed

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-tight tracking-tight',
'text-5xl lg:text-7xl font-medium lg:leading-tight leading-normal tracking-tight',
{ font: 'quicking' }
)
export const H2 = createTextComponent(