Add more space for Mobile Safari

This commit is contained in:
Kimmo Puputti 2017-06-21 16:01:52 +03:00
parent 5e8e1aeaeb
commit 1a96c52c0c
3 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
flex: 1;
padding: 34px 24px 24px 24px;
padding: 34px 24px 98px 24px;
}
.form {

View file

@ -11,5 +11,6 @@
}
.button {
margin-top: 24px;
align-self: stretch;
}

View file

@ -25,5 +25,6 @@
}
.button {
margin-top: 24px;
align-self: stretch;
}