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 {
|
||||
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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue