mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Add more space for Mobile Safari
This commit is contained in:
parent
5e8e1aeaeb
commit
1a96c52c0c
3 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
padding: 34px 24px 24px 24px;
|
||||
padding: 34px 24px 98px 24px;
|
||||
}
|
||||
|
||||
.form {
|
||||
|
|
|
|||
|
|
@ -11,5 +11,6 @@
|
|||
}
|
||||
|
||||
.button {
|
||||
margin-top: 24px;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,5 +25,6 @@
|
|||
}
|
||||
|
||||
.button {
|
||||
margin-top: 24px;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue