style: update Header component for improved sticky behavior and visual clarity

This commit is contained in:
Mauricio Siu
2025-11-28 02:52:57 -06:00
parent 8543d064b2
commit 9fdaa8957b

View File

@@ -154,7 +154,7 @@ function MobileNavigation() {
export function Header() {
return (
<header className="bg-background py-10">
<header className="sticky top-0 z-50 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b border-border/40 py-5">
<Container>
<nav className="relative z-50 flex justify-between">
<div className="flex items-center md:gap-x-12">