Skip to content

Commit

Permalink
Merge pull request RamakrushnaBiswal#418 from AE-Hertz/branch3
Browse files Browse the repository at this point in the history
 Feat: improve the navbar RamakrushnaBiswal#413
  • Loading branch information
RamakrushnaBiswal authored Oct 28, 2024
2 parents 1a8d6ca + 4f42779 commit e8aca36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Shared/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ const Navbar = () => {
}`}
>

<div className="max-w-7xl mx-auto px-4">
<div className="mx-auto px-6">
<div className="flex justify-between items-center lg:h-16">

<Link to="/">
<div className="flex-shrink-0">
<img
className="w-14 h-14 rounded-full p-0"
className="w-14 h-14 rounded-full p-0 mt-1"
alt="logo"
src={Logo}
loading="lazy"
Expand Down

0 comments on commit e8aca36

Please sign in to comment.