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