Skip to content

Commit

Permalink
Merge pull request #116 from mazilkhatib/development
Browse files Browse the repository at this point in the history
Contribution Section Margin
  • Loading branch information
c0rtexR authored Oct 9, 2024
2 parents b813e7a + dd42edc commit 8e3704d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/www/app/components/ContributionSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function ContributionSection() {
<div className="container py-24 sm:py-32 m-auto relative z-20 px-4 sm:px-6 lg:px-8">
{" "}
{/* Adjusted padding */}
<WordPullUp words="Contribute to the Flow" />
<WordPullUp words="Contribute to the Flow" className="mb-24" />
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 sm:gap-8">
{" "}
{/* Adjusted grid and gap */}
Expand Down

0 comments on commit 8e3704d

Please sign in to comment.