fixed stylings on welcome and tour page for iPhone5
This commit is contained in:
parent
d2b5a70d93
commit
cb7125b15a
4 changed files with 27 additions and 2 deletions
|
|
@ -42,7 +42,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width:500px), (max-height:800px) {
|
||||
@media (max-width:500px),
|
||||
(max-height:800px) {
|
||||
#onboard-welcome {
|
||||
ion-content {
|
||||
.logo {
|
||||
|
|
@ -62,7 +63,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-height:608px) {
|
||||
@media (max-height:550px) {
|
||||
#onboard-welcome {
|
||||
#cta-buttons {
|
||||
position: relative !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue