Skip to content

Commit a5cdf26

Browse files
committed
2 parents 767fd38 + a0d1e23 commit a5cdf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/layout/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function Navbar() {
1717
// Mobile bottom navigation
1818
const mobileNav = !isOpen && (
1919
<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">
20+
<div className="flex w-full max-w-xl mx-auto justify-between items-center px-10 relative">
2121
{/* Home */}
2222
<Link href="/" className={cn(
2323
"flex flex-col items-center justify-center text-pub-foam hover:text-pub-amber transition-all",

0 commit comments

Comments
 (0)