tweak checkout page on mobile
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user