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 05faf24 commit 2beafa8Copy full SHA for 2beafa8
dotcom-rendering/src/components/InlineProductCard.tsx
@@ -40,7 +40,7 @@ const baseCard = css`
40
display: grid;
41
grid-template-columns: 1fr 1fr;
42
column-gap: 10px;
43
- row-gap: ${space[3]}px;
+ row-gap: ${space[4]}px;
44
max-width: 100%;
45
img {
46
width: 100%;
@@ -130,7 +130,7 @@ const desktopButtonWrapper = css`
130
const customAttributesContainer = css`
131
grid-column: 1 / span 2;
132
border-top: 1px solid ${palette('--section-border')};
133
- padding-top: ${space[3]}px;
+ padding-top: ${space[2]}px;
134
135
column-gap: inherit;
136
0 commit comments