Skip to content

Commit

Permalink
adjust font settings
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 31, 2024
1 parent 109d551 commit 8ee4848
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const ScrollableFeature = ({
showByline={card.showByline}
webPublicationDate={card.webPublicationDate}
kickerText={card.kickerText}
showPulsingDot={false}
showClock={false}
image={card.image}
isPlayableMediaCard={true}
Expand All @@ -56,7 +55,11 @@ export const ScrollableFeature = ({
imageLoading={imageLoading}
aspectRatio="4:5"
imageSize={'feature'}
headlineSizes={{ desktop: 'xsmall' }}
headlineSizes={{
desktop: 'xsmall',
tablet: 'xxsmall',
mobile: 'xsmall',
}}
/>
</ScrollableCarousel.Item>
);
Expand Down

0 comments on commit 8ee4848

Please sign in to comment.