Skip to content

Commit

Permalink
fix hamburger icon alingment
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Apr 25, 2024
1 parent 7806688 commit ef7d1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Navbar() {
const [showNav, setshowNav] = useState(false);
return (
<>
<nav className="p-6 grid gap-4 grid-cols-12 items-cente">
<nav className="p-6 grid gap-4 grid-cols-12 items-center">
<div className="col-span-4 flex">
<img src={logo} alt="logo" className="md:max-h-16 max-h-12" />
<h1 className="my-auto md:text-[2.4rem] text-[1.6rem] mx-2 font-sans font-semibold">
Expand Down

0 comments on commit ef7d1f8

Please sign in to comment.