fix: Add to Cart button width for Mobile/Tablet

This commit is contained in:
Nihantra C. Patel
2024-03-05 17:24:17 +05:30
committed by GitHub
parent 83734c6be4
commit 819ced4cb3

View File

@@ -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;
}
}