Skip to content

Commit afed59b

Browse files
committed
Newsletter cards need spacing on desktop
1 parent 3fbb586 commit afed59b

File tree

1 file changed

+3
-1
lines changed
  • dotcom-rendering/src/components/Card

1 file changed

+3
-1
lines changed

dotcom-rendering/src/components/Card/Card.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,9 @@ export const Card = ({
708708
(imagePositionOnMobile === 'bottom' ||
709709
isMediaCard(format)))
710710
}
711-
fillBackgroundOnDesktop={isBetaContainer && isMediaCard(format)}
711+
fillBackgroundOnDesktop={
712+
isBetaContainer && isMediaCardOrNewsletter
713+
}
712714
/>
713715
);
714716

0 commit comments

Comments
 (0)