Merged in fix/enter-details-footer-margin (pull request #2150)

fix: margin to footer on enter details

* fix: margin to footer on enter details
This commit is contained in:
Linus Flood
2025-05-19 14:35:48 +00:00
parent 41e09f082a
commit ac892726e0

View File

@@ -49,3 +49,9 @@
align-self: flex-start;
}
}
@media screen and (max-width: 1366px) {
.paymentContainer {
margin-bottom: 200px;
}
}