Skip to content

Commit 8ac6247

Browse files
undo changes
1 parent 641f701 commit 8ac6247

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,11 @@ const brandAndProductName = css`
3030

3131
const readMoreCta = css`
3232
${textSansBold15};
33-
background: none;
34-
border: none;
35-
padding: 0 0 ${space[2]}px;
3633
text-decoration-line: underline;
3734
text-decoration-color: ${palette('--product-card-read-more-decoration')};
3835
color: ${palette('--product-card-read-more')};
3936
text-underline-offset: 20%;
40-
text-align: left;
37+
padding-bottom: ${space[2]}px;
4138
`;
4239

4340
const priceStyle = css`

0 commit comments

Comments
 (0)