Skip to content

Commit bf8bd99

Browse files
committed
always center menu
1 parent 20ef1bb commit bf8bd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Menu() {
1717

1818
return (
1919
<nav className="fixed top-0 left-0 right-0 bg-[var(--navbar-bg)] border-b border-[var(--navbar-border)] z-50">
20-
<div className="max-w-[1440px] px-2 md:px-8 py-1">
20+
<div className="max-w-[1440px] mx-auto px-2 md:px-8 py-1">
2121
<div className="flex justify-between h-12">
2222
<div className="flex">
2323
<LogoProject icon="/logo.png" title={navigation[0]?.name || ''} />

0 commit comments

Comments
 (0)