Move the landing hero copy up so it sits under the header.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
7e929a5b6a
commit
2d0c0fe0eb
@ -86,7 +86,7 @@ h3,
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, transparent 40%);
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, transparent 48%, rgba(0, 0, 0, 0.22) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.orbit-loader {
|
.orbit-loader {
|
||||||
@ -126,9 +126,9 @@ h3,
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-start;
|
||||||
padding: 0 1.5rem 5rem;
|
padding: 6.75rem 1.5rem 3rem;
|
||||||
background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 42%);
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 38%, transparent 70%);
|
||||||
opacity: calc(1 - min(1, var(--scrub, 0) * 2.6));
|
opacity: calc(1 - min(1, var(--scrub, 0) * 2.6));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -138,7 +138,7 @@ h3,
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.hero-copy {
|
.hero-copy {
|
||||||
padding: 0 4rem 6rem;
|
padding: 7.5rem 4rem 4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user