Commit 4e35a2f
authored
fix(website): consistent navbar→eyebrow spacing on pricing + blog heroes (#562)
Audit of every non-docs hero (via Chrome) found 11/13 pages at a 34px
gap between the fixed navbar and the hero eyebrow, with two outliers:
- /pricing: -1px — the hero <Section> had `tight`, applying
sectionYTight (80px) < the 81px fixed navbar, so the eyebrow rendered
*behind* the navbar. Drop `tight` so it inherits sectionY (115.2px) =
navbar + 34px gap.
- /blog: 63px (~2x) — the bespoke hero layout stacked outer paddingTop
80 + inner top 64 = 144. Reduce the inner top padding to 35 (sides and
bottom unchanged) so the eyebrow lands at 115.
Both now measure 34px, matching home/ag-ui/langgraph/render/chat/
pilot-to-prod/solutions/contact/thanks.1 parent 7503a13 commit 4e35a2f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments