Skip to content

Commit f2ba863

Browse files
improve padding
1 parent 3097858 commit f2ba863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ const buttonWrapper = css`
4848
display: flex;
4949
flex-direction: column;
5050
gap: ${space[1]}px;
51+
padding-bottom: ${space[4]}px;
5152
`;
5253

5354
const imageArea = css`
55+
padding-top: ${space[2]}px;
56+
padding-bottom: ${space[1]}px;
5457
grid-row: 2;
5558
img {
5659
width: 100%;

0 commit comments

Comments
 (0)