diff --git a/src/style.css b/src/style.css index 1c6aae1..39f4d7d 100644 --- a/src/style.css +++ b/src/style.css @@ -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;