We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88094b8 commit 61de1b2Copy full SHA for 61de1b2
dotcom-rendering/src/components/ProductCardInline.tsx
@@ -133,9 +133,9 @@ const customAttributesContainer = css`
133
padding-top: ${space[2]}px;
134
display: grid;
135
gap: ${space[3]}px;
136
+ margin-top: ${space[2]}px;
137
138
${from.mobileLandscape} {
- margin-top: ${space[2]}px;
139
grid-template-columns: 1fr 1fr;
140
gap: ${space[5]}px;
141
}
0 commit comments