We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb87003 commit e43c11eCopy full SHA for e43c11e
dotcom-rendering/src/components/marketing/banners/designableBanner/DesignableBannerV2.tsx
@@ -551,15 +551,14 @@ const styles = {
551
552
${from.desktop} {
553
display: grid;
554
- padding: ${space[3]}px ${space[4]}px ${space[6]}px ${space[3]}px;
+ padding: ${space[3]}px ${space[8]}px ${space[6]}px ${space[8]}px;
555
grid-template-columns: auto auto auto auto;
556
grid-template-rows: auto 1fr auto;
557
width: 100%;
558
max-width: 1300px;
559
margin: 0 auto;
560
column-gap: ${space[5]}px;
561
}
562
- ${templateSpacing.bannerContainer};
563
`,
564
verticalLine: css`
565
0 commit comments