From 99e68b9af6c904654e6bf5355f87c6067944e6e3 Mon Sep 17 00:00:00 2001 From: terraputix Date: Mon, 16 Feb 2026 00:32:26 +0100 Subject: [PATCH] max width scaling --- src/routes/weather/week/[location]/DailyCards.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/weather/week/[location]/DailyCards.svelte b/src/routes/weather/week/[location]/DailyCards.svelte index 1d226e7..688cc31 100644 --- a/src/routes/weather/week/[location]/DailyCards.svelte +++ b/src/routes/weather/week/[location]/DailyCards.svelte @@ -60,7 +60,7 @@ {@const minStyle = getTempStyle(tempMin, unit)} {#if tempMax != null && !isNaN(tempMax)}