Skip to content

Commit

Permalink
Adjust boosted standard cards in flex gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Oct 10, 2024
1 parent 0f59495 commit 701a6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotcom-rendering/src/components/FlexibleGeneral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ const decideCardProperties = (
case 'boost':
default:
return {
headlineSize: 'large',
headlineSizeOnMobile: 'large',
headlineSizeOnTablet: 'large',
headlineSize: 'tiny',
headlineSizeOnMobile: 'tiny',
headlineSizeOnTablet: 'tiny',
imageSize: 'medium',
};
}
Expand Down

0 comments on commit 701a6a4

Please sign in to comment.