We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872d9cb commit 4d35c9eCopy full SHA for 4d35c9e
src/components/navbar/NavBar.tsx
@@ -50,7 +50,7 @@ const Navbar: React.FC = () => {
50
</nav>
51
52
{/* Mobile Navbar Button */}
53
- <nav className="fixed items-center bottom-4 right-4 z-50 md:hidden flex flex-col space-y-2">
+ <nav className="fixed items-center bottom-10 right-4 z-50 md:hidden flex flex-col space-y-2">
54
<DarkModeToggle />
55
<motion.button
56
className="p-2 bg-green-400 dark:bg-gray-900 text-white rounded-full shadow-lg"
0 commit comments