Skip to content

Commit 1b59fb2

Browse files
authored
fix: remove hero section gradient (#1127)
I haven't found that it was visible somewhere and it caused problems on mobile because it was covering content under it. reported here: https://apify.slack.com/archives/C0L33UM7Z/p1722246967335289
1 parent d6d5d53 commit 1b59fb2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/components/Hero/styles.module.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@
3838
margin-bottom: 24px;
3939
}
4040

41-
.heroBanner::after {
42-
content: "";
43-
position: absolute;
44-
left: 0;
45-
height: 56px;
46-
width: 100%;
47-
background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
48-
transform: matrix(1, 0, 0, -1, 0, 0);
49-
pointer-events: none;
50-
}
51-
52-
html[data-theme='dark'] .heroBanner::after {
53-
background: linear-gradient(180deg, #1A1B21 0%, rgba(26, 27, 33, 0) 100%);
54-
transform: matrix(1, 0, 0, -1, 0, 0);
55-
}
56-
5741
.heroBanner .heroDescription {
5842
color: var(--color-neutral-text-muted);
5943
}

0 commit comments

Comments
 (0)