Skip to content

Commit e77950a

Browse files
committed
fix hobby grid margin
1 parent 258b657 commit e77950a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/home/sections/HobbiesAndInterests.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ const HobbiesAndInterests: React.FC = () => {
1010
Hobbies & Interests
1111
</h2>
1212

13-
<HobbyGrid hobbies={hobbiesAndInterests} />
13+
<div className="mb-12">
14+
<HobbyGrid hobbies={hobbiesAndInterests} />
15+
</div>
1416
</Section>
1517
);
1618
};

0 commit comments

Comments
 (0)