Skip to content

Commit

Permalink
NavbarUpdated
Browse files Browse the repository at this point in the history
This removes  the overflow of
Navbar in
  • Loading branch information
akshatsrivastava11 committed Nov 30, 2024
1 parent ad3d96c commit 8ab3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Navbar = () => {
<>
<div className="flex justify-between items-center h-24 max-w-[1240px] mx-auto px-4 text-white">
<RiOpenSourceFill className="flex-shrink-0" size={31} color="green" />
<h1 className="w-full text-3xl font-bold text-[#0DFF1C] m-4">
<h1 className="w-full text-3xl font-bold text-[#0DFF1C] p-4">
{" "}
FOSSCU
</h1>
Expand Down

0 comments on commit 8ab3f82

Please sign in to comment.