From 645c5e244375bd7df94bbb46bac5786ed931c1b9 Mon Sep 17 00:00:00 2001 From: fullstackjam Date: Sun, 28 Jun 2026 12:25:02 +0800 Subject: [PATCH] fix(ui): drop floating divider between hero and how-it-works The hairline border-top on .how-it-works was the only mid-page rule on an otherwise terminal-native layout where the `>` prompt is the section divider (the community section below already relies on prompt-only dividing). Because the asymmetric hero leaves a large empty band there, the rule floated in dead space. Remove it and align the section gap to the uniform ~96px rhythm used elsewhere. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/routes/+page.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2c9d3f5..b2f6d89 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -652,8 +652,7 @@ /* ---------- how it works ---------- */ .how-it-works { - padding: 84px 0 96px; - border-top: 1px solid var(--border); + padding: 0 0 96px; } .section-header {