console: the risk card lines up with Pipeline by stage

Both right-hand columns are 380px now; the hero's was 300px, so the two
cards stacked with a visible step between them.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Yashas 2026-09-10 10:58:18 +05:30
parent 79863e2a5f
commit 9e093757d8

View File

@ -82,7 +82,7 @@
} }
/* ── Overview: who holds the work ───────────────────────────────────────── */ /* ── Overview: who holds the work ───────────────────────────────────────── */
.hero { display: grid; grid-template-columns: 1fr 300px; gap: 18px; margin-bottom: 22px; } .hero { display: grid; grid-template-columns: 1fr 380px; gap: 18px; margin-bottom: 22px; }
.holders { padding: 20px 24px 22px; } .holders { padding: 20px 24px 22px; }
.holders__top { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; } .holders__top { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.holders__top b { font-size: 30px; font-weight: 700; letter-spacing: -.01em; } .holders__top b { font-size: 30px; font-weight: 700; letter-spacing: -.01em; }