Skip to content

Commit

Permalink
upd(navbar.jsx): Modify navbar
Browse files Browse the repository at this point in the history
Make the navbar slightly thinner and sleeker.
  • Loading branch information
ajstrongdev committed Aug 15, 2024
1 parent 38d9d4b commit 4953840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ import baritems from "../items/items"
function NavBar() {
return (
<div>
<nav className="bg-indigo-950 w-[100%] flex items-center justify-between p-4">
<nav className="bg-indigo-950 w-[100%] flex items-center justify-between p-1">
<div className="px-2">
<a href="../">
<img src="/img/logo.png" alt="" className="lg:w-[4%] md:w-[10%] w-[20%] rounded-full" />
</a>
</div>
<div
className="p-2 border-solid rounded-[0.65em] border-white border-[2px] cursor-pointer"
className="p-2 cursor-pointer"
onClick={() => toggleMegaMenu('mega-menu')}
>
<h1 className="text-3xl px-2 text-white"></h1>
Expand Down

0 comments on commit 4953840

Please sign in to comment.