diff --git a/plugins/woocommerce/legacy/css/twenty-twenty-two.scss b/plugins/woocommerce/legacy/css/twenty-twenty-two.scss index d871be6f536..8305f98afe1 100644 --- a/plugins/woocommerce/legacy/css/twenty-twenty-two.scss +++ b/plugins/woocommerce/legacy/css/twenty-twenty-two.scss @@ -857,6 +857,14 @@ $tt2-gray: #f7f7f7; } } + @media only screen and (max-width: 768px) { + .col2-set, + #customer_details { + width: 100%; + float: none; + } + } + .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout-review-order-table, .woocommerce-checkout-payment { @@ -898,6 +906,11 @@ $tt2-gray: #f7f7f7; } } } + + button#place_order { + width: 100%; + text-transform: uppercase; + } } ul.wc_payment_methods,