From c46deadf5ccb017a0156652ee48c3fe2e771de39 Mon Sep 17 00:00:00 2001 From: Sean Norwood Date: Wed, 13 Sep 2023 09:59:37 -0500 Subject: [PATCH] Hourly styles --- src/routes/weather/[zipcode]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/weather/[zipcode]/+page.svelte b/src/routes/weather/[zipcode]/+page.svelte index 762b47e..e8d380e 100644 --- a/src/routes/weather/[zipcode]/+page.svelte +++ b/src/routes/weather/[zipcode]/+page.svelte @@ -55,7 +55,7 @@
Today's forecast for {weather.location}
-
+
{#each weather?.weather.hourly.data.slice(0, 7) as time}