From 92ce9d71513e0c5464c1eb39dedde98e994f2391 Mon Sep 17 00:00:00 2001 From: Vahid Ahmadi Date: Mon, 27 Jul 2026 14:53:21 +0200 Subject: [PATCH 1/2] Center the hero figcaption under the fan chart Co-Authored-By: Claude Fable 5 --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index d2620ce..3e68f85 100644 --- a/style.css +++ b/style.css @@ -257,10 +257,13 @@ h1, h2, h3, p, figcaption, a { overflow-wrap: anywhere; } .hero-fig figcaption { margin-top: var(--s-3); + margin-left: auto; + margin-right: auto; font-size: var(--fs-body-sm); line-height: 1.55; color: var(--paper-faint); max-width: 46ch; + text-align: center; } .hero-fig figcaption a { color: var(--brand-strong); } From eab798deb9c4e8af11e39442de36a9841fff2890 Mon Sep 17 00:00:00 2001 From: Vahid Ahmadi Date: Mon, 27 Jul 2026 14:53:56 +0200 Subject: [PATCH 2/2] Move proof strip between the journey cards and validation Co-Authored-By: Claude Fable 5 --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 16ffa32..8257aed 100644 --- a/index.html +++ b/index.html @@ -142,6 +142,13 @@

Hold forecasts to outturns

Explore all six models or compare their assumptions side by side.

+
+
Hosted toolsNo PolicyEngine account or API key
+
Preserved vintagesOfficial data stored point in time
+
Public forecast recordRounds fixed before outturns
+
Honest validationBenchmarks and failures published
+
+
02 — validation @@ -184,12 +191,6 @@

Run hosted models—or use the code directly.

-
-
Hosted toolsNo PolicyEngine account or API key
-
Preserved vintagesOfficial data stored point in time
-
Public forecast recordRounds fixed before outturns
-
Honest validationBenchmarks and failures published
-