From e2453c8446dd337741360bff62f653aee1214334 Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Sun, 30 Mar 2025 10:48:59 -0500 Subject: [PATCH] Make icons slightly larger --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 74af5ea..97cd304 100644 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@ $precipSum = $json["daily"]["precipitation_sum"][$i]; echo "
\n"; echo "

\n"; - echo "".date('l', strtotime($json["daily"]["time"][$i]))."
\n"; + echo "".date('l', strtotime($json["daily"]["time"][$i]))."
\n"; echo "

\n"; echo "".$description."
\n"; echo "High: ".$tempHigh."° F\n"; -- 2.39.5