Skip to content

Commit 4820d6c

Browse files
improving css
1 parent 5ff7967 commit 4820d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const headingFont = css`
2727
const headingArea = css`
2828
grid-row: 1;
2929
`;
30-
const productCardRowFour = css`
30+
const belowImageArea = css`
3131
grid-row: 4;
3232
`;
3333

@@ -118,7 +118,7 @@ export const ProductCarouselCard = ({
118118
<div css={imageArea}>
119119
<ProductCardImage format={format} image={product.image} />
120120
</div>
121-
<div css={productCardRowFour}>
121+
<div css={belowImageArea}>
122122
{!hasHeading && (
123123
<div>
124124
<div css={brandNameFont}>{product.brandName}</div>

0 commit comments

Comments
 (0)