Skip to content

Commit 61de1b2

Browse files
fix spacing for inline product card
1 parent 88094b8 commit 61de1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/ProductCardInline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ const customAttributesContainer = css`
133133
padding-top: ${space[2]}px;
134134
display: grid;
135135
gap: ${space[3]}px;
136+
margin-top: ${space[2]}px;
136137
137138
${from.mobileLandscape} {
138-
margin-top: ${space[2]}px;
139139
grid-template-columns: 1fr 1fr;
140140
gap: ${space[5]}px;
141141
}

0 commit comments

Comments
 (0)