Fix payment details style on mobile

This commit is contained in:
Kuba Orlik 2026-08-15 19:05:47 +02:00
parent 1261c6d977
commit bd2ab54b0f

View File

@ -3,7 +3,7 @@
gap: 24px;
grid-template-columns: 2fr 1fr;
@container (max-width: 580px) {
@container (max-width: 680px) {
grid-template-columns: 1fr;
}
@ -55,4 +55,10 @@
}
}
}
.right {
display: flex;
flex-flow: column;
align-items: center;
}
}