reduce H1 mobile font size from text-6xl to text-5xl

This commit is contained in:
2025-12-05 18:57:46 +01:00
parent aed0ae393f
commit d417295829

View File

@@ -77,7 +77,7 @@ const createTextComponent = <DefaultElement extends React.ElementType>(
// Headings default to Quicking font
export const H1 = createTextComponent(
'h1',
'text-6xl lg:text-7xl font-medium leading-tight tracking-tight',
'text-5xl lg:text-7xl font-medium leading-tight tracking-tight',
{ font: 'quicking' }
)
export const H2 = createTextComponent(