Skip to content

Commit e43c11e

Browse files
spacing on desktop and above fixed
1 parent cb87003 commit e43c11e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dotcom-rendering/src/components/marketing/banners/designableBanner/DesignableBannerV2.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,14 @@ const styles = {
551551
552552
${from.desktop} {
553553
display: grid;
554-
padding: ${space[3]}px ${space[4]}px ${space[6]}px ${space[3]}px;
554+
padding: ${space[3]}px ${space[8]}px ${space[6]}px ${space[8]}px;
555555
grid-template-columns: auto auto auto auto;
556556
grid-template-rows: auto 1fr auto;
557557
width: 100%;
558558
max-width: 1300px;
559559
margin: 0 auto;
560560
column-gap: ${space[5]}px;
561561
}
562-
${templateSpacing.bannerContainer};
563562
`,
564563
verticalLine: css`
565564
${from.desktop} {

0 commit comments

Comments
 (0)