Smooth header safe-area blend
This commit is contained in:
@@ -82,7 +82,16 @@ body.menu-open {
|
||||
.intro-header {
|
||||
z-index: 2000;
|
||||
animation: rise-in 900ms cubic-bezier(0.19, 1, 0.22, 1) 700ms both;
|
||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
|
||||
background:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#0a0a0a 0%,
|
||||
rgba(10, 10, 10, 0.98) 18%,
|
||||
rgba(10, 10, 10, 0.78) 42%,
|
||||
rgba(10, 10, 10, 0.36) 70%,
|
||||
rgba(10, 10, 10, 0) 100%
|
||||
);
|
||||
padding-bottom: clamp(2.75rem, 8vw, 7rem);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user