diff --git a/components/product/ProductCard/ProductCard.module.css b/components/product/ProductCard/ProductCard.module.css index 26dd05e84..2a1c28c2e 100644 --- a/components/product/ProductCard/ProductCard.module.css +++ b/components/product/ProductCard/ProductCard.module.css @@ -88,10 +88,11 @@ } & .productTitle { - margin-top: -7px; + @apply pt-2; font-size: 1rem; + & span { - line-height: 3; + @apply leading-extra-loose; } }