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 641f701 commit 8ac6247Copy full SHA for 8ac6247
dotcom-rendering/src/components/ProductCarouselCard.tsx
@@ -30,14 +30,11 @@ const brandAndProductName = css`
30
31
const readMoreCta = css`
32
${textSansBold15};
33
- background: none;
34
- border: none;
35
- padding: 0 0 ${space[2]}px;
36
text-decoration-line: underline;
37
text-decoration-color: ${palette('--product-card-read-more-decoration')};
38
color: ${palette('--product-card-read-more')};
39
text-underline-offset: 20%;
40
- text-align: left;
+ padding-bottom: ${space[2]}px;
41
`;
42
43
const priceStyle = css`
0 commit comments