CSS Fixes (see description)

+ Fixed overlaping item title with the cart emoji on small screen
+ Fixed minimal size of the basket on small screen (full width)
This commit is contained in:
Julien Constant 2022-12-15 02:15:50 +01:00
parent c71ded73b4
commit b73583be98

View File

@ -38,6 +38,7 @@
margin-top: 4px;
}
#basket {
width: -webkit-fill-available;
}
}
@ -140,7 +141,8 @@
}
#eboutic .product-description h4{
text-align: left;
text-align: left;
max-width: 90%;
}
}