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

@ -24,3 +24,13 @@
}
}
}
@media (max-width: 400px){
#onboard-tour{
&-secure, &-currency, &-control{
#cta{
height: 14rem;
}
}
}
}