fix small product titles

This commit is contained in:
Julián Benegas
2020-10-23 21:31:08 -03:00
parent 60ceee9080
commit 4f50bf6b7c
2 changed files with 5 additions and 2 deletions

View File

@@ -89,6 +89,9 @@
width: 18vw;
margin-top: -7px;
font-size: 1rem;
& span {
line-height: 3;
}
}
& .productPrice {
@@ -103,7 +106,7 @@
letter-spacing: 0.4px;
& span {
@apply inline py-4 px-6 bg-primary text-primary font-bold;
@apply py-4 px-6 bg-primary text-primary font-bold;
font-size: inherit;
letter-spacing: inherit;
box-decoration-break: clone;