mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-20 08:06:10 +00:00
feat: make nav bg darker when scrolling
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Nav() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<nav className="fixed left-0 top-0 z-50 h-32 w-full bg-gradient-to-b from-black/40 to-fuchsia-950/0">
|
||||
<nav className="fixed left-0 top-0 z-50 h-32 w-full">
|
||||
<Wrapper>
|
||||
<div className="relative flex items-center justify-between px-6 py-5 md:px-12">
|
||||
<div className="shrink-0">
|
||||
|
||||
Reference in New Issue
Block a user