Skip to content

Commit

Permalink
more mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 22, 2024
1 parent 802f790 commit 0af5238
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dotcom-rendering/src/components/DynamicPackage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const Card75_Card25 = ({
containerType="dynamic/package"
showAge={showAge}
absoluteServerTimes={absoluteServerTimes}
headlineSizes={{ desktop: 'small', tablet: 'xsmall' }}
headlineSizes={{ desktop: 'small' }}
imagePositionOnDesktop="right"
imagePositionOnMobile="bottom"
imageSize="medium"
Expand Down Expand Up @@ -462,7 +462,7 @@ const Card75_ColumnOfCards25 = ({
containerType="dynamic/package"
showAge={showAge}
absoluteServerTimes={absoluteServerTimes}
headlineSizes={{ desktop: 'small', tablet: 'xsmall' }}
headlineSizes={{ desktop: 'medium', tablet: 'small' }}
imagePositionOnDesktop="bottom"
imagePositionOnMobile="bottom"
imageSize="large"
Expand Down Expand Up @@ -501,7 +501,10 @@ const Card75_ColumnOfCards25 = ({
headlineSizes={
cardIndex === 0 ||
remaining.length === 2
? { desktop: 'xsmall' }
? {
desktop: 'xsmall',
tablet: 'xxsmall',
}
: { desktop: 'xxsmall' }
}
supportingContent={limitSupportingContent(
Expand Down

0 comments on commit 0af5238

Please sign in to comment.