fix navbar bg issue improve tech stack section

This commit is contained in:
fgrreloaded
2025-02-16 17:49:50 +05:30
parent d31b03bf77
commit b836d394e5
5 changed files with 276 additions and 44 deletions

View File

@@ -56,7 +56,7 @@ const Navbar = () => {
<div
className={`flex items-center backdrop-blur-md bg-white/5 rounded-full border border-white/10 py-1 px-1.5 text-sm relative transition-all duration-500 ease-out ${
scrolled ? "w-[470px]" : "w-[335px]"
scrolled ? "w-[475px]" : "w-[335px]"
}`}
>
<div