forked from crowetic/commerce
fix product titles
This commit is contained in:
parent
4f50bf6b7c
commit
17767624ce
@ -86,7 +86,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .productTitle {
|
& .productTitle {
|
||||||
width: 18vw;
|
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
& span {
|
& span {
|
||||||
@ -100,8 +99,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.productTitle {
|
.productTitle {
|
||||||
@apply pt-2 max-w-full;
|
@apply pt-2 max-w-full w-full;
|
||||||
width: 400px;
|
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
letter-spacing: 0.4px;
|
letter-spacing: 0.4px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user