Skip to content

Commit d5e2fe8

Browse files
sebbycorpclaude
authored andcommitted
Increase spacing between features and how-it-works sections
More bottom padding on features + top margin on how-it-works so the border line doesn't sit on the feature cards. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee25829 commit d5e2fe8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

static/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ section {
352352

353353
/* Features section needs extra bottom breathing room before How It Works */
354354
#features {
355-
padding-bottom: 8rem;
355+
padding-bottom: 10rem;
356356
}
357357

358358
/* Features Grid */
@@ -411,6 +411,7 @@ section {
411411
background: var(--bg-secondary);
412412
border-top: 1px solid var(--border);
413413
border-bottom: 1px solid var(--border);
414+
margin-top: 2rem;
414415
}
415416

416417
.steps {

0 commit comments

Comments
 (0)