Skip to content

Commit

Permalink
Update headline sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 31, 2024
1 parent b3bbc0c commit b09ce41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dotcom-rendering/src/components/StaticFeatureTwo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ export const StaticFeatureTwo = ({
imageLoading={imageLoading}
aspectRatio="4:5"
imageSize={'feature-large'}
headlineSizes={{ desktop: 'medium' }}
headlineSizes={{
desktop: 'medium',
tablet: 'small',
}}
/>
</LI>
);
Expand Down

0 comments on commit b09ce41

Please sign in to comment.