splash screen fix 2
This commit is contained in:
parent
5d3654b046
commit
9430992aef
@ -38,7 +38,7 @@ COLORS
|
||||
LAYOUT
|
||||
----------------------------------------------------*/
|
||||
.splashContent {
|
||||
min-height: calc(100vh -190px);
|
||||
min-height: 100vh;
|
||||
}
|
||||
.splashCta {
|
||||
position: -webkit-sticky;
|
||||
@ -101,13 +101,13 @@ IMAGES
|
||||
height: 448px;
|
||||
object-fit: none;
|
||||
}
|
||||
@media only screen and (max-height: 800px) {
|
||||
@media only screen and (max-height: 850px) {
|
||||
.imageCropSplash {
|
||||
height: 320px;
|
||||
object-fit: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 650px) {
|
||||
@media only screen and (max-height: 700px) {
|
||||
.imageCropSplash {
|
||||
height: 192px;
|
||||
object-fit: none;
|
||||
|
@ -17,14 +17,16 @@
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="splashCta bgColorWine">
|
||||
<div class="flex justify-center pb5">
|
||||
<div class="bgColorWine">
|
||||
<div class="flex justify-center pv5">
|
||||
<a class="link dim br1 f5 fw7 ttu tc trackedExtraWide h3 w5 buttonPadding colorWhite bgColorOrange" href="#we" rel="noopener">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- FOLD 1 -->
|
||||
|
||||
<div class="w-100 colorWine bgColorOrange">
|
||||
|
Loading…
Reference in New Issue
Block a user