From c4ed4e934de52a21be32a2a55c95cdc2ce4d0f04 Mon Sep 17 00:00:00 2001 From: Willian Justen de Vasconcellos Date: Wed, 28 Oct 2020 16:12:23 -0300 Subject: [PATCH] Simplify Simple ProductTitle --- components/product/ProductCard/ProductCard.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } }