We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 767fd38 + a0d1e23 commit a5cdf26Copy full SHA for a5cdf26
components/layout/navbar.tsx
@@ -17,7 +17,7 @@ export function Navbar() {
17
// Mobile bottom navigation
18
const mobileNav = !isOpen && (
19
<div className="fixed bottom-0 left-0 z-50 w-full h-16 bg-gradient-to-r from-pub-mahogany to-pub-mahogany/95 backdrop-blur-md border-t border-pub-brass/40 md:hidden shadow-2xl flex items-center justify-center">
20
- <div className="flex w-full max-w-md mx-auto justify-center gap-[140px] items-center px-8 relative">
+ <div className="flex w-full max-w-xl mx-auto justify-between items-center px-10 relative">
21
{/* Home */}
22
<Link href="/" className={cn(
23
"flex flex-col items-center justify-center text-pub-foam hover:text-pub-amber transition-all",
0 commit comments