tweak checkout page on mobile

This commit is contained in:
2025-05-09 23:15:25 +05:00
parent f6830e56d2
commit dd0736d785
3 changed files with 17 additions and 1 deletions

View File

@ -634,4 +634,12 @@ body {
border-color: #FAF7EF5E;
padding-block: 1rem;
padding-inline: 1rem;
}
@media (max-width: 520px) {
#checkout-header,
#checkout-page-container {
padding-right: 2rem !important;
padding-left: 2rem !important;
}
}