diff --git a/dotcom-rendering/src/components/Card/Card.tsx b/dotcom-rendering/src/components/Card/Card.tsx index 7cbfbaa1f89..3764af5d87d 100644 --- a/dotcom-rendering/src/components/Card/Card.tsx +++ b/dotcom-rendering/src/components/Card/Card.tsx @@ -667,6 +667,13 @@ export const Card = ({ */ const getGapSizes = (): GapSizes => { if (isOnwardContent && !isGallerySecondaryOnward) { + if (isMoreGalleriesOnwardContent) { + return { + row: 'small', + column: 'small', + }; + } + return { row: 'none', column: 'none',