Skip to content

Commit 500b93f

Browse files
committed
Increase vertical margin in Home component for improved layout spacing
1 parent ee0bf1b commit 500b93f

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
@@ -954,7 +954,7 @@ const Home = () => {
954954
<Hero />
955955
<TechFeatures />
956956
<Tags />
957-
<div style={{ margin: '30px 0' }}></div>
957+
<div style={{ margin: '40px 0' }}></div>
958958
<CardSection />
959959
<div style={{ margin: '30px 0' }}></div>
960960
<Badges />

0 commit comments

Comments
 (0)