Update src/components/ui/NavbarFloatingLogo.tsx
This commit is contained in:
@@ -46,7 +46,7 @@ const NavbarFloatingLogo = ({ logo, logoImageSrc, navItems, ctaButton }: NavbarF
|
||||
)}
|
||||
</AnimatePresence>
|
||||
|
||||
<nav data-section="navbar" className="fixed md:absolute z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width">
|
||||
<nav data-section="navbar" className="fixed z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width">
|
||||
<div className="mx-auto w-full md:w-1/2 overflow-hidden rounded backdrop-blur-sm card">
|
||||
<div className="relative z-10 flex items-center justify-between gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5">
|
||||
<a href="/" className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user