fix: Add to Cart button width for Mobile/Tablet
This commit is contained in:
committed by
GitHub
parent
83734c6be4
commit
819ced4cb3
@@ -444,7 +444,7 @@ body.product-page {
|
||||
width: 30%;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
width: 40%;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1378,4 +1378,4 @@ body.product-page {
|
||||
|
||||
.mt-minus-1 {
|
||||
margin-top: -1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user