Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 7, 2024
1 parent 2b910fc commit 30006e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Header = () => {
{isDrawerOpen && (
<ul
tabIndex={0}
className="menu menu-compact dropdown-content left-0 mt-2 p-2 shadow bg-base-100 flex flex-col w-screen text-2xl gap-4 sm:gap-3"
className="menu menu-compact dropdown-content left-0 mt-2 p-2 shadow bg-base-100 flex flex-col w-full max-w-screen-sm text-2xl gap-4 sm:gap-3"
onClick={() => {
setIsDrawerOpen(false);
}}
Expand All @@ -138,7 +138,7 @@ export const Header = () => {
</svg>
</Link>
<div className="hidden lg:block w-full">
<div className="flex px-1 text-opacity-60 gap-4 font-medium mx-8 items-center">
<div className="flex px-1 text-opacity-60 gap-6 font-medium mx-8 items-center">
{nav}
</div>
</div>
Expand Down

0 comments on commit 30006e2

Please sign in to comment.