Skip to content

Commit

Permalink
Tighten spacing for serif text blocks for mixed font headings
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Oct 9, 2023
1 parent 5f681a3 commit 8c76dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BlurryPoster/BlurryPoster.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const customHeadingText = (font?: 'druk' | 'serif', isSmallHeading?: bool
'fluid-type-7': font === 'druk',
'md:fluid-type-9' : font === 'druk' && !isSmallHeading,
'md:fluid-type-8 lg:fluid-type-7 3xl:fluid-type-8 4xl:text-[17.1rem]' : font === 'druk' && isSmallHeading,
'mx-01em md:mx-03em mt-01em fluid-type-4 md:fluid-type-5 font-semibold md:font-normal': font === 'serif',
'mx-01em mt-01em fluid-type-4 md:fluid-type-5 font-semibold md:font-normal': font === 'serif',
'md:type-4 3xl:fluid-type-5' : font === 'serif' && isSmallHeading,
});

Expand Down

0 comments on commit 8c76dbf

Please sign in to comment.