Update frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.scss

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Felipe Knorr Kuhn 2026-04-06 17:59:45 +09:00 committed by GitHub
parent 8f7015c1fd
commit 36925c90be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,10 @@
flex-direction: row;
align-items: stretch;
margin-top: 1em;
min-height: 350px;
@media (min-width: 768px) {
min-height: 350px;
}
}
.payment-area {