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-left:.25rem;
padding-right:.25rem; padding-right:.25rem;
border-radius: .25rem; border-radius: .25rem;
max-width: 350px;
} }
.swiper-slide{ .swiper-slide{
width:100% !important; width:100% !important;

View file

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

View file

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

View file

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