Add min-height to split page to align small pages in onboarding flow and match designs
This commit is contained in:
parent
15d0c73eb4
commit
767236a841
|
@ -34,6 +34,7 @@
|
|||
.content {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
min-height: 480px;
|
||||
}
|
||||
|
||||
@media (max-width: 740px) {
|
||||
|
|
Loading…
Reference in New Issue