Skip to content

Commit 48c41d6

Browse files
changing spacing to use source value
1 parent d77c13c commit 48c41d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ const styles = {
595595
justify-self: start;
596596
position: sticky;
597597
top: 10px;
598-
padding-left: 32px;
598+
padding-left: ${space[8]}px;
599599
}
600600
`,
601601
// hacky change until we can rework the designable banner header with the correct styles
@@ -693,7 +693,7 @@ const styles = {
693693
threeTierChoiceCardsContainer: css`
694694
order: 3;
695695
${until.desktop} {
696-
margin-top: -24px;
696+
margin-top: -${space[6]}px;
697697
}
698698
${from.phablet} {
699699
grid-column: 2;

0 commit comments

Comments
 (0)