Skip to content

Commit e176e6b

Browse files
new column widths
1 parent bdf7d81 commit e176e6b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,15 @@ const styles = {
553553
}
554554
555555
${from.desktop} {
556-
padding: ${space[3]}px ${space[8]}px ${space[6]}px ${space[8]}px;
557-
grid-template-columns: auto auto auto auto;
556+
padding: ${space[3]}px ${space[8]}px ${space[6]}px ${space[3]}px;
557+
grid-template-columns: auto 380px 300px auto;
558558
grid-template-rows: auto 1fr auto;
559559
width: 100%;
560560
max-width: 1300px;
561561
margin: 0 auto;
562-
column-gap: ${space[5]}px;
562+
}
563+
${from.leftCol} {
564+
grid-template-columns: auto 460px 485px auto;
563565
}
564566
`,
565567
verticalLine: css`
@@ -687,7 +689,7 @@ const styles = {
687689
grid-column: 3;
688690
grid-row: 1;
689691
grid-row-end: 3;
690-
padding-right: ${space[3]}px;
692+
padding-right: ${space[5]}px;
691693
}
692694
`,
693695
guardianLogoContainer: css`
@@ -744,7 +746,7 @@ const styles = {
744746
margin-top: ${space[3]}px;
745747
margin-bottom: ${space[2]}px;
746748
747-
${until.mobileMedium} {
749+
${until.phablet} {
748750
width: 100vw;
749751
position: sticky;
750752
bottom: 0;

0 commit comments

Comments
 (0)