Skip to content

Commit d73a85e

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

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,9 @@ const buttonWrapper = css`
5858
`;
5959

6060
const imageArea = css`
61-
display: flex;
62-
flex-direction: column;
63-
align-items: flex-start;
64-
align-self: stretch;
65-
aspect-ratio: 1 / 1;
66-
height: 280px;
67-
6861
img {
6962
width: 100%;
70-
height: 280px;
71-
object-fit: cover;
63+
height: auto;
7264
}
7365
`;
7466

0 commit comments

Comments
 (0)