]> Stephen's Gitweb - reasonableweather.git/commitdiff
Make icons slightly larger
authorStephen Jianu <stephen@stephenjianu.com>
Sun, 30 Mar 2025 15:48:59 +0000 (10:48 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Sun, 30 Mar 2025 15:52:09 +0000 (10:52 -0500)
index.php

index 74af5eab07c0cfe843b66ba6f805553cab74a124..97cd3040db940bceaaf5ab36372da172be3ddab1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -29,7 +29,7 @@
                $precipSum = $json["daily"]["precipitation_sum"][$i];
                echo "<div style=\"min-width: 12%; display: inline-block;\">\n";
                echo "<h3>\n";
-               echo "".date('l', strtotime($json["daily"]["time"][$i]))."<br><i class=\"wi ".$image."\"></i>\n";
+               echo "".date('l', strtotime($json["daily"]["time"][$i]))."<br><i style=\"font-size: 32px;\" class=\"wi ".$image."\"></i>\n";
                echo "</h3>\n";
                echo "<span style=\"font-weight: bold;\">".$description."</span><br>\n";
                echo "<span style=\"font-weight: bold;\">High: </span>".$tempHigh."&deg; F\n";