Skip to content

Commit

Permalink
Fixed Menu button and profile icon overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsawant05 committed Oct 12, 2024
1 parent 2cec635 commit 56547ca
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 @@ -120,7 +120,7 @@ function Navbar() {
Contact Us
</Link>
</div>
<div className={`mobile-menu ${notoSansFont.className}`}>
<div className={`mobile-menu ${user && "px-16"} ${notoSansFont.className}`}>
<div className="menu-icon">
<input
type="checkbox"
Expand All @@ -137,7 +137,7 @@ function Navbar() {
</div>

<div
className="mobile-menu-container"
className={`mobile-menu-container `}
style={{ display: hiddenMenu ? "none" : "" }}
>
<div className="mobile-menu-container2">
Expand Down

0 comments on commit 56547ca

Please sign in to comment.