Skip to content

Commit

Permalink
Use modern headline sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 24, 2024
1 parent d7ae344 commit 736cdd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dotcom-rendering/src/components/ScrollableMedium.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ export const ScrollableMedium = ({
containerPalette={containerPalette}
containerType={containerType}
showAge={!!showAge}
headlineSize="medium"
headlineSizeOnMobile="medium"
headlineSizeOnTablet="medium"
headlineSizes={{
desktop: 'xsmall',
tablet: 'xxsmall',
}}
imagePositionOnDesktop="bottom"
imagePositionOnMobile="bottom"
imageSize="small" // TODO - needs fixed width images
Expand Down

0 comments on commit 736cdd3

Please sign in to comment.