Skip to content

Commit ee25829

Browse files
sebbycorpclaude
authored andcommitted
Add spacing between features and how-it-works sections
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6c69642 commit ee25829

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

static/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ section {
350350
margin: 0 auto;
351351
}
352352

353+
/* Features section needs extra bottom breathing room before How It Works */
354+
#features {
355+
padding-bottom: 8rem;
356+
}
357+
353358
/* Features Grid */
354359
.features-grid {
355360
display: grid;

0 commit comments

Comments
 (0)