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