We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff7967 commit 4820d6cCopy full SHA for 4820d6c
dotcom-rendering/src/components/ProductCarouselCard.tsx
@@ -27,7 +27,7 @@ const headingFont = css`
27
const headingArea = css`
28
grid-row: 1;
29
`;
30
-const productCardRowFour = css`
+const belowImageArea = css`
31
grid-row: 4;
32
33
@@ -118,7 +118,7 @@ export const ProductCarouselCard = ({
118
<div css={imageArea}>
119
<ProductCardImage format={format} image={product.image} />
120
</div>
121
- <div css={productCardRowFour}>
+ <div css={belowImageArea}>
122
{!hasHeading && (
123
<div>
124
<div css={brandNameFont}>{product.brandName}</div>
0 commit comments