mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Merge pull request #20 from willianjusten/master
Fix overlaping product titles on mobile
This commit is contained in:
@@ -88,10 +88,11 @@
|
||||
}
|
||||
|
||||
& .productTitle {
|
||||
margin-top: -7px;
|
||||
@apply pt-2;
|
||||
font-size: 1rem;
|
||||
|
||||
& span {
|
||||
line-height: 3;
|
||||
@apply leading-extra-loose;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,7 +102,7 @@
|
||||
}
|
||||
|
||||
.productTitle {
|
||||
@apply pt-2 max-w-full w-full;
|
||||
@apply pt-0 max-w-full w-full leading-extra-loose;
|
||||
font-size: 2rem;
|
||||
letter-spacing: 0.4px;
|
||||
|
||||
|
Reference in New Issue
Block a user