From: Stephen Jianu Date: Sun, 30 Mar 2025 21:11:44 +0000 (-0500) Subject: Add some padding between the day names and the weather icons X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=8636ea64e6e157410effbd1804e134ace78d0cd0;p=reasonableweather.git Add some padding between the day names and the weather icons --- diff --git a/index.php b/index.php index 5bf1678..62217aa 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,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";