4
0
forked from crowetic/commerce

Simplify Simple ProductTitle

This commit is contained in:
Willian Justen de Vasconcellos 2020-10-28 16:12:23 -03:00
parent a0fee94223
commit c4ed4e934d

View File

@ -88,10 +88,11 @@
} }
& .productTitle { & .productTitle {
margin-top: -7px; @apply pt-2;
font-size: 1rem; font-size: 1rem;
& span { & span {
line-height: 3; @apply leading-extra-loose;
} }
} }