Skip to content

Commit 37df6a2

Browse files
committed
Add spacing between components in OpenSourceProgram for improved layout
1 parent 40179c1 commit 37df6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Page/OpportunitiesHub/OpenSourceProgram.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ const OpenSourceProgram = () => {
800800
<Navbar />
801801
<Hero />
802802
<Tags />
803+
<div className="my-4"></div>
803804
<div className="flex flex-wrap justify-center gap-4">
804805
{OSProgramList.map((program, index) => (
805806
<OSProgramCardComponent

0 commit comments

Comments
 (0)