fixed stylings on welcome and tour page for iPhone5

This commit is contained in:
Jamal Jackson 2016-09-08 15:42:19 -04:00
commit cb7125b15a
4 changed files with 27 additions and 2 deletions

View file

@ -75,6 +75,16 @@
}
}
@media (max-width: 400px){
.onboarding{
ion-content{
h2{
font-size: 1.2rem;
}
}
}
}
@import "terms-of-use";
@import "onboard-welcome";
@import "onboard-tour";