diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 548731a..b1fe05e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -35,10 +35,9 @@ header::before { inset: 0; z-index: -1; backdrop-filter: blur(12px); - background: linear-gradient(to bottom, #1A1A1A 0%, transparent 50%), #1A1A1A80; + background: linear-gradient(to bottom, #1A1A1A 0%, transparent 100%), #1A1A1A80; mask-image: linear-gradient(to bottom, black 0%, - black 40%, transparent 100% ); }