Skip to content

Commit 8c26d6b

Browse files
remove padding for product card only
1 parent 2beafa8 commit 8c26d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/InlineProductCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const showcaseCard = css`
7777

7878
const productCard = css`
7979
${baseCard};
80+
padding: ${space[2]}px 0 0;
8081
background-color: transparent;
8182
border-top: 1px solid ${palette('--section-border')};
8283
`;

0 commit comments

Comments
 (0)