Skip to content

Commit c6b1dec

Browse files
committed
fix padding issue on landing page
1 parent 5145d77 commit c6b1dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function Home() {
5454
columns={successStories.map(story => (
5555
<SuccessStory {...story} key={story.title} />
5656
))}
57+
className="pb-24"
5758
/>
5859

5960
<SponsorsSection />

0 commit comments

Comments
 (0)