Skip to content

Commit

Permalink
Apply smaller headline size on mobile (#12679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett authored Oct 25, 2024
1 parent 0044fca commit d22e3e0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ export const ScrollableSmall = ({
containerPalette={containerPalette}
containerType={containerType}
showAge={!!showAge}
headlineSizes={{ desktop: 'xxsmall' }}
headlineSizes={{
desktop: 'xxsmall',
mobile: 'xxxsmall',
}}
imagePositionOnDesktop="left"
imagePositionOnMobile="left"
imageSize="small" // TODO - needs fixed width images
Expand Down

0 comments on commit d22e3e0

Please sign in to comment.