Reviewed-on: #6 Reviewed-on: #7
This commit is contained in:
parent
0f302e30e0
commit
a6b7cd08a9
@ -38,7 +38,7 @@ COLORS
|
|||||||
LAYOUT
|
LAYOUT
|
||||||
----------------------------------------------------*/
|
----------------------------------------------------*/
|
||||||
.splashContent {
|
.splashContent {
|
||||||
min-height: 86vh;
|
min-height: calc(100vh -190px);
|
||||||
}
|
}
|
||||||
.splashCta {
|
.splashCta {
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
@ -107,6 +107,12 @@ IMAGES
|
|||||||
object-fit: none;
|
object-fit: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-height: 650px) {
|
||||||
|
.imageCropSplash {
|
||||||
|
height: 192px;
|
||||||
|
object-fit: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.imageCrop {
|
.imageCrop {
|
||||||
object-fit: none;
|
object-fit: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user