mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
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%;
|
width: 30%;
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
width: 40%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1378,4 +1378,4 @@ body.product-page {
|
|||||||
|
|
||||||
.mt-minus-1 {
|
.mt-minus-1 {
|
||||||
margin-top: -1rem;
|
margin-top: -1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user