on boarding media query fixes for applying to devices bigger than iPhone plus size

This commit is contained in:
Jamal Jackson 2016-09-27 14:15:24 -04:00
commit 54967cb59c
4 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@
position: absolute;
bottom: 0;
}
@media (min-width: 400px){
@media (min-width: 415px){
.warning{
height:16rem;
}

View file

@ -80,7 +80,7 @@
font-size:.8rem;
}
}
@media (min-width: 400px){
@media (min-width: 415px){
&{
max-width: 400px;
label{

View file

@ -87,7 +87,7 @@
}
}
@media (min-width: 400px){
@media (min-width: 415px){
.onboarding{
ion-content{
h2{