mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
fix product titles
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
}
|
||||
|
||||
& .productTitle {
|
||||
width: 18vw;
|
||||
margin-top: -7px;
|
||||
font-size: 1rem;
|
||||
& span {
|
||||
@@ -100,8 +99,7 @@
|
||||
}
|
||||
|
||||
.productTitle {
|
||||
@apply pt-2 max-w-full;
|
||||
width: 400px;
|
||||
@apply pt-2 max-w-full w-full;
|
||||
font-size: 2rem;
|
||||
letter-spacing: 0.4px;
|
||||
|
||||
|
Reference in New Issue
Block a user