From 9e093757d8d7194bb36aad494bb3c428b6d37f60 Mon Sep 17 00:00:00 2001 From: Yashas Date: Thu, 10 Sep 2026 10:58:18 +0530 Subject: [PATCH] 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 --- src/screens/screens.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/screens.css b/src/screens/screens.css index b6ae9c6..125f55f 100644 --- a/src/screens/screens.css +++ b/src/screens/screens.css @@ -82,7 +82,7 @@ } /* ── 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__top { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; } .holders__top b { font-size: 30px; font-weight: 700; letter-spacing: -.01em; }