Skip to content

Commit dc54165

Browse files
committed
fix: reduce hero to how-it-works spacing (200px → 120px)
- Hero bottom padding: 120px → 60px - How It Works top padding: 80px → 60px - Improves visual flow while maintaining clear section separation
1 parent 3b9cadd commit dc54165

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

screenshots/spacing-fix.png

882 KB
Loading

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
}
358358
359359
.hero {
360-
padding: 80px 0 120px;
360+
padding: 80px 0 60px;
361361
display: grid;
362362
grid-template-columns: 1fr 1fr;
363363
gap: 80px;
@@ -677,7 +677,7 @@
677677
}
678678
679679
.how-it-works {
680-
padding: 80px 0 120px;
680+
padding: 60px 0 120px;
681681
position: relative;
682682
}
683683

0 commit comments

Comments
 (0)