Skip to content

Commit b297a0d

Browse files
authored
Fix landing page hero bg (#373)
Hey @madolson here is a fix to the "sharp line" in the new hero image changes <img width="1728" height="1040" alt="Screenshot 2025-10-02 at 8 18 09 AM" src="https://github.com/user-attachments/assets/7d6dd4f9-5b2b-48d2-94c2-41071ade2c16" /> --------- Signed-off-by: Daniel Phillips <[email protected]>
1 parent 9cb7a9c commit b297a0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sass/_valkey.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,13 @@ html.banner-hidden .banner {
16021602
overflow: hidden;
16031603
padding: 8rem 2rem;
16041604

1605+
&::after {
1606+
content: "";
1607+
position: absolute; inset: 0;
1608+
background-image: linear-gradient(to bottom, rgba(48, 24, 110, 0), rgba(48, 24, 110, 100));
1609+
pointer-events: none;
1610+
}
1611+
16051612
@include respond-min(768px) {
16061613
padding: 10rem 2rem;
16071614

0 commit comments

Comments
 (0)