Skip to content

Commit

Permalink
fix: make navigation menu items at most 1600px
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Oct 23, 2023
1 parent ad71742 commit fc47dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const Header = () => (
<ThemeSwitcher/>
</div>
</div>
<Navigation/>
<div className={"mx-auto max-w-[1600px]"}>
<Navigation/>
</div>
</header>
);

Expand Down

0 comments on commit fc47dbe

Please sign in to comment.