1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Add min-height to split page to align small pages in onboarding flow and match designs

This commit is contained in:
Andrew Kingston 2023-01-31 08:23:20 +00:00
parent 15d0c73eb4
commit 767236a841

View file

@ -34,6 +34,7 @@
.content {
width: 100%;
max-width: 400px;
min-height: 480px;
}
@media (max-width: 740px) {