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 d77c13c commit 48c41d6Copy full SHA for 48c41d6
dotcom-rendering/src/components/marketing/banners/designableBanner/DesignableBannerV2.tsx
@@ -595,7 +595,7 @@ const styles = {
595
justify-self: start;
596
position: sticky;
597
top: 10px;
598
- padding-left: 32px;
+ padding-left: ${space[8]}px;
599
}
600
`,
601
// hacky change until we can rework the designable banner header with the correct styles
@@ -693,7 +693,7 @@ const styles = {
693
threeTierChoiceCardsContainer: css`
694
order: 3;
695
${until.desktop} {
696
- margin-top: -24px;
+ margin-top: -${space[6]}px;
697
698
${from.phablet} {
699
grid-column: 2;
0 commit comments