imporve height on cta images for when device width exceeds standard phone dimensions
This commit is contained in:
parent
041052d440
commit
0244953234
1 changed files with 11 additions and 1 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue