Skip to content

Commit e911ffb

Browse files
committed
Slightly reduce header padding
1 parent f6c16c5 commit e911ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/ScrollableProduct.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ProductCarouselCard } from './ProductCarouselCard';
1313
import { Subheading } from './Subheading';
1414

1515
const carouselHeader = css`
16-
padding-bottom: 10px;
16+
padding-bottom: ${space[2]}px;
1717
padding-top: ${space[6]}px;
1818
border-bottom: 1px solid ${palette('--product-carousel-card-border')};
1919
margin-bottom: 10px;

0 commit comments

Comments
 (0)