reduce H1 mobile font size from text-6xl to text-5xl
This commit is contained in:
@@ -77,7 +77,7 @@ const createTextComponent = <DefaultElement extends React.ElementType>(
|
|||||||
// Headings default to Quicking font
|
// Headings default to Quicking font
|
||||||
export const H1 = createTextComponent(
|
export const H1 = createTextComponent(
|
||||||
'h1',
|
'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' }
|
{ font: 'quicking' }
|
||||||
)
|
)
|
||||||
export const H2 = createTextComponent(
|
export const H2 = createTextComponent(
|
||||||
|
|||||||
Reference in New Issue
Block a user