Skip to content

Commit 2beafa8

Browse files
committed
Adjust vertical spacing on inline product card
1 parent 05faf24 commit 2beafa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/InlineProductCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const baseCard = css`
4040
display: grid;
4141
grid-template-columns: 1fr 1fr;
4242
column-gap: 10px;
43-
row-gap: ${space[3]}px;
43+
row-gap: ${space[4]}px;
4444
max-width: 100%;
4545
img {
4646
width: 100%;
@@ -130,7 +130,7 @@ const desktopButtonWrapper = css`
130130
const customAttributesContainer = css`
131131
grid-column: 1 / span 2;
132132
border-top: 1px solid ${palette('--section-border')};
133-
padding-top: ${space[3]}px;
133+
padding-top: ${space[2]}px;
134134
display: grid;
135135
column-gap: inherit;
136136

0 commit comments

Comments
 (0)