refactor: unify editorial section headings

This commit is contained in:
ik
2026-09-12 09:57:56 +07:00
parent fc22795b63
commit 9647667ae2
6 changed files with 30 additions and 3 deletions
+3
View File
@@ -44,3 +44,6 @@ footer{min-height:118px;background:var(--deep);color:#dbe4df;padding:28px max(32
/* Brand grammar: radar belongs to coordinates; incomplete signals use a field-note edge, not decorative ripples. */
.detail-card:before,.signal-card:after{content:none}.signal-card{border-top:3px solid #c9ad55}
/* Shared editorial signature for data sections. */
.section-heading{gap:24px}.section-heading>div{min-width:0}.section-heading p{max-width:700px;margin:10px 0 0;color:var(--text-muted);line-height:1.55}.section-heading--editorial{padding-top:68px;border-top:1px solid var(--border);margin-bottom:25px}.section-heading--editorial h2{font-size:46px;line-height:.95}.section-heading--editorial .result-count{align-self:end}@media(max-width:720px){.section-heading--editorial{display:block;padding-top:45px}.section-heading--editorial .result-count{display:inline-block;margin-top:14px}}