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

@ -9,6 +9,7 @@
padding-left:.25rem;
padding-right:.25rem;
border-radius: .25rem;
max-width: 350px;
}
.swiper-slide{
width:100% !important;

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{