Strengthen mobile header top blend

This commit is contained in:
Dorian
2026-05-15 21:37:55 -05:00
parent e3d52bcd18
commit 0677f154dc

View File

@@ -245,6 +245,18 @@ body.menu-open {
}
@media (max-width: 900px) {
.intro-header {
background:
linear-gradient(
to bottom,
#0a0a0a 0%,
#0a0a0a 30%,
rgba(10, 10, 10, 0.96) 48%,
rgba(10, 10, 10, 0.62) 72%,
rgba(10, 10, 10, 0) 100%
);
}
.intro-header > div {
padding-top: 1rem;
padding-bottom: 0.5rem;