From 8b9b5f28318b41a6a141c1fa43fda354788fa4c2 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Wed, 22 Jul 2026 11:15:56 -0400 Subject: [PATCH] Homepage strip: Susquehanna stage + 48h flood forecast line; clamp map edge labels Co-Authored-By: Claude Fable 5 --- src/layouts/Base.astro | 52 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index b530c56..69c38a7 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -89,6 +89,10 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);