add margins to checkout page on mobile

This commit is contained in:
2025-05-14 17:48:48 +05:00
parent b3e8affd95
commit d4cb68d22e
4 changed files with 12 additions and 8 deletions

View File

@ -955,4 +955,10 @@ body {
border-radius: 12px;
}
.woocommerce-checkout-review-order-table {
border-radius: 12px;
border-collapse: separate;
border-spacing: 0;
}
/*# sourceMappingURL=custom.css.map */