Skip to content

Commit

Permalink
fix mobile navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinBN committed Jan 9, 2025
1 parent de6d81d commit 242d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Navbar: React.FC = () => {

return (
<div className="w-full flex justify-end md:justify-center align-center gap-3">
<div className="flex items-center justify-between mr-5 md:mr-0 bg-neutral-900/20 border-[1px] border-neutral-800/40 w-fit gap-5 mt-4 p-2 rounded-xl fixed z-50 backdrop-blur-sm">
<div className="flex items-center justify-between mr-5 md:mr-0 bg-neutral-900/20 border-[1px] border-neutral-800/40 w-fit gap-5 mt-4 p-4 md:p-2 rounded-xl fixed z-50 backdrop-blur-sm">
<div className="items-center gap-5 md:flex hidden">
<NavbarLink href="/">Home</NavbarLink>
<NavbarLink href="/education">Education</NavbarLink>
Expand Down

0 comments on commit 242d31d

Please sign in to comment.