fix navbar

This commit is contained in:
fgrreloaded
2025-03-25 21:36:32 +05:30
parent 7f91dd7592
commit 45cd2fc113

View File

@@ -63,7 +63,7 @@ const Navbar = () => {
<div className="flex justify-center">
<div
className={`flex items-center backdrop-blur-md dark:bg-black/40 bg-white/40 rounded-md border dark:border-blue-500/30 border-blue-400/30 py-1 px-1.5 text-sm relative transition-all duration-500 ease-out ${
scrolled ? "w-[342px]" : "sm:w-[240px] w-[280px]"
scrolled ? "w-[350px]" : "sm:w-[240px] w-[280px]"
}`}
>
<div