style checkout page on mobile

This commit is contained in:
2025-04-10 11:54:26 +05:00
parent de57fad0f2
commit e08e6b56cc
3 changed files with 19 additions and 1 deletions

View File

@ -707,4 +707,13 @@ body {
color: var(--wp--preset--color--foreground);
}
@media (max-width: 480px) {
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
padding-inline: 3rem;
}
[data-block-name="woocommerce/page-content-wrapper"] {
display: none;
}
}
/*# sourceMappingURL=custom.css.map */