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 { ion-content {
height: 100%; height: 100%;
.scroll{ .scroll{
@ -50,6 +54,12 @@
button { button {
color:#fff; color:#fff;
} }
@media (min-width: 450px){
p{
font-size: 1.1rem;
line-height: 1.5rem;
}
}
} }
.col { .col {
@include center-block(.5rem); @include center-block(.5rem);
@ -77,7 +87,7 @@
} }
} }
@media (max-width: 400px){ @media (min-width: 400px){
.onboarding{ .onboarding{
ion-content{ ion-content{
h2{ h2{