Resize Checkout Button on cart page

I’d like to request a design adjustment to the checkout button. Could you please resize it to match the dimensions of the PayPal button?

I believe this will improve visual consistency and user experience on the checkout page.

Hi, @Optimist1
Nice to meat you again.

  1. Go to online store → theme → edit code.

  2. open main-cart.css
    @media (min-width: 768px) {
    .t4s-main-cart .t4s-btn-group__checkout-update {
    display: inline-flex;
    align-items: end;
    flex-wrap: nowrap;

width: 100% !important;
}
}

@media (min-width: 768px) {

.t4s-main-cart [type=submit] {
width: 100% !important;

}

}

Wow, that’s great, thank you very much bro