Skip to content

Commit 31d208c

Browse files
Update dotcom-rendering/src/components/ProductCarouselCard.tsx
Co-authored-by: Oliver Abrahams <[email protected]>
1 parent b5a46fa commit 31d208c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ export type ProductCarouselCardProps = {
2121

2222
const baseCard = css`
2323
display: flex;
24-
width: 280px;
2524
flex-direction: column;
26-
align-items: flex-start;
27-
padding: ${space[3]}px 10px ${space[4]}px 10px;
2825
`;
2926

3027
const productCarouselCardHeading = css`

0 commit comments

Comments
 (0)