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 20ef1bb commit bf8bd99Copy full SHA for bf8bd99
src/components/Menu.tsx
@@ -17,7 +17,7 @@ export default function Menu() {
17
18
return (
19
<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">
+ <div className="max-w-[1440px] mx-auto px-2 md:px-8 py-1">
21
<div className="flex justify-between h-12">
22
<div className="flex">
23
<LogoProject icon="/logo.png" title={navigation[0]?.name || ''} />
0 commit comments