diff --git a/apps/web/components/navbar.tsx b/apps/web/components/navbar.tsx index eb0fb75..78d9cd9 100644 --- a/apps/web/components/navbar.tsx +++ b/apps/web/components/navbar.tsx @@ -151,7 +151,7 @@ export default function Navbar() { initial={{ opacity: 0, y: "-100%" }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: "-100%" }} - className='w-full flex flex-row px-4 md:px-[10svw] py-2 items-center gap-4 md:gap-8 justify-between border-b border-border sticky top-0 z-50 backdrop-blur-sm bg-background/80' + className='w-full flex flex-row px-4 lg:px-[10svw] py-2 items-center gap-4 lg:gap-8 justify-between border-b border-border sticky top-0 z-50 backdrop-blur-sm bg-background/80' > {!isLanding && ( - + DeckyVault )} @@ -233,7 +233,7 @@ export default function Navbar() { {/* Desktop Navigation Links */} -