diff --git a/erpnext/public/scss/shopping_cart.scss b/erpnext/public/scss/shopping_cart.scss index 6ae464d2c21..36e2cf9cd0a 100644 --- a/erpnext/public/scss/shopping_cart.scss +++ b/erpnext/public/scss/shopping_cart.scss @@ -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; -} \ No newline at end of file +}