Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Fix Nav link alignment on lg viewport size
Browse files Browse the repository at this point in the history
  • Loading branch information
MananTank committed Apr 30, 2024
1 parent 2c160a1 commit 16c12ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function Header() {
"xl:static xl:animate-none xl:flex-row xl:justify-between xl:bg-transparent xl:p-0",
)}
>
<ul className="flex flex-col gap-5 lg:items-center xl:flex-row">
<ul className="flex flex-col gap-5 xl:flex-row">
{links.map((link) => {
return (
<li
Expand Down

0 comments on commit 16c12ce

Please sign in to comment.