Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 2, 2025
1 parent bae8d17 commit 0801713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SponsorList/SponsorListByType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const SponsorListByType = ({ items }: { items: SponsorProps[] }) => {
/>
<div className={classNames(
wrapperClass,
"gap-8 mb-10"
"gap-8 mt-8 mb-16"
)}>
{sponsors.map((sponsor, index) => (
<div
Expand Down

0 comments on commit 0801713

Please sign in to comment.