Merge version_7_1779666111504 into main #9

Merged
bender merged 1 commits from version_7_1779666111504 into main 2026-05-24 23:42:33 +00:00

View File

@@ -59,8 +59,8 @@ const InlinedNavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProp
<>
<nav
className={cls(
"fixed z-1000 top-0 left-0 w-full transition-all duration-500 ease-in-out",
isScrolled ? "h-15 bg-background/80 backdrop-blur-sm" : "h-20 bg-background/0 backdrop-blur-0"
"fixed z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width transition-all duration-500 ease-in-out rounded-theme bg-background/60 backdrop-blur-md",
isScrolled ? "h-15" : "h-20"
)}
>
<div className="relative mx-auto flex items-center justify-between h-full w-content-width">