Skip to content

Commit 5d4ae65

Browse files
committed
Reduce vertical margin in Home component for improved layout consistency
1 parent 500b93f commit 5d4ae65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Page/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ const Home = () => {
958958
<CardSection />
959959
<div style={{ margin: '30px 0' }}></div>
960960
<Badges />
961-
<div style={{ margin: '30px 0' }}></div>
961+
<div style={{ margin: '20px 0' }}></div>
962962
<SupportersComponent />
963963
<Footer />
964964
</div>

0 commit comments

Comments
 (0)