imporve height on cta images for when device width exceeds standard phone dimensions

This commit is contained in:
Jamal Jackson 2016-09-19 14:18:03 -04:00
commit 0244953234

View file

@ -20,6 +20,10 @@
}
}
}
.bar.bar-stable{
border-color: transparent;
border:none;
}
ion-content {
height: 100%;
.scroll{
@ -50,6 +54,12 @@
button {
color:#fff;
}
@media (min-width: 450px){
p{
font-size: 1.1rem;
line-height: 1.5rem;
}
}
}
.col {
@include center-block(.5rem);
@ -77,7 +87,7 @@
}
}
@media (max-width: 400px){
@media (min-width: 400px){
.onboarding{
ion-content{
h2{