Merge pull request #40289 from Nihantra-Patel/fix_button_size_for_add_to_cart

fix: Add to Cart button width for Mobile/Tablet
This commit is contained in:
ruthra kumar
2024-05-24 10:57:15 +05:30
committed by GitHub

View File

@@ -446,7 +446,7 @@ body.product-page {
width: 30%;
@media (max-width: 992px) {
width: 40%;
width: 50%;
}
}
}