Skip to content

Commit bc86642

Browse files
padding tweaks
1 parent e176e6b commit bc86642

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ const styles = {
628628
${from.desktop} {
629629
padding-left: ${space[2]}px;
630630
padding-top: ${space[3]}px;
631+
padding-right: ${space[5]}px;
631632
}
632633
633634
${from.phablet} {
@@ -660,6 +661,7 @@ const styles = {
660661
}
661662
${from.desktop} {
662663
padding-left: ${space[2]}px;
664+
padding-right: ${space[5]}px;
663665
}
664666
margin-bottom: ${space[2]}px;
665667
`,
@@ -689,7 +691,7 @@ const styles = {
689691
grid-column: 3;
690692
grid-row: 1;
691693
grid-row-end: 3;
692-
padding-right: ${space[5]}px;
694+
padding-right: ${space[8]}px;
693695
}
694696
`,
695697
guardianLogoContainer: css`
@@ -702,6 +704,7 @@ const styles = {
702704
align-items: center;
703705
margin-top: ${space[9]}px;
704706
margin-right: -${space[3]}px;
707+
margin-left: 8px; // Add this line to ensure the logo is always 8px away from the line
705708
}
706709
`,
707710

0 commit comments

Comments
 (0)