Skip to content

Commit 2fb05cb

Browse files
Merge pull request #374 from akshatsrivastava11/main
[FIXES] #363
2 parents ad3d96c + 8ab3f82 commit 2fb05cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Navbar = () => {
3333
<>
3434
<div className="flex justify-between items-center h-24 max-w-[1240px] mx-auto px-4 text-white">
3535
<RiOpenSourceFill className="flex-shrink-0" size={31} color="green" />
36-
<h1 className="w-full text-3xl font-bold text-[#0DFF1C] m-4">
36+
<h1 className="w-full text-3xl font-bold text-[#0DFF1C] p-4">
3737
{" "}
3838
FOSSCU
3939
</h1>

0 commit comments

Comments
 (0)