Skip to content

Commit

Permalink
Update to header
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanaaccrombessy277 committed Aug 2, 2024
1 parent a5541ec commit 447d86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Header() {

</button>

<nav className={`fixed py-32 z-10 top-0 bg-white w-full h-screen lg:hidden duration-1000 ${isMenuOpen ? 'translate-x-0' : 'translate-x-[100%]'}`}>
<nav className={`fixed py-32 px-8 shadow-md z-10 top-0 bg-white w-full h-screen lg:hidden duration-1000 ${isMenuOpen ? 'translate-x-0' : 'translate-x-[100%]'}`}>

<ul className="text-[#12171F] flex flex-col gap-7">
<li className=""><Link to="/" className="font-[Semibold]">Home</Link></li>
Expand All @@ -45,7 +45,7 @@ function Header() {
</ul>

<ul className="text-[#12171F] flex flex-row py-16 gap-5">
<li className="border-r-2 border-[#0E1218]"><Link to="/" className="font-[Semibold] px-6">Sign Up</Link></li>
<li className="border-r-2 border-[#0E1218]"><Link to="/" className="font-[Semibold] pr-6">Sign Up</Link></li>
<li className=""><Link to="/" className="font-[Semibold] text-white bg-[#0E1218] px-6 py-3 rounded-[42px]">Connect Wallet</Link></li>
</ul>

Expand Down

0 comments on commit 447d86d

Please sign in to comment.