aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/weather.blade.php
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2023-06-21 01:54:14 +0100
committerFrankie B <floppydisk05@aol.com>2023-06-21 01:54:14 +0100
commitc10d758474056d2211cfa42a39c76eccbe5d135e (patch)
treec15ee1f309f49b6ccb51b3aa5dcda1ccaa360ca5 /resources/views/components/weather.blade.php
parent0abb29b5c5708d44673a975cc0c8e0f0751aa582 (diff)
fix: actually align it this time
Diffstat (limited to 'resources/views/components/weather.blade.php')
-rw-r--r--resources/views/components/weather.blade.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/views/components/weather.blade.php b/resources/views/components/weather.blade.php
index e5aff7f..2aa2ebb 100644
--- a/resources/views/components/weather.blade.php
+++ b/resources/views/components/weather.blade.php
@@ -13,8 +13,8 @@
@endphp
<h1>Local Weather <small>(Last Update: {{ $updated }})</small></h1>
- <b>Wind Speed:</b> {{ $data->wind_speed_last }} mph<br>
- <b>Wind Direction:</b> {{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}<br>
- <b>Temperature:</b> {{ round(($data->temp-32)*(5/9), 1) }}°C<br>
- <b>Rain Rate:</b> {{ round($data->rain_rate_last*0.2, 2) }} mm/hr<br>
- <b>Humidity:</b> {{ round($data->hum) }}%<br>
+ <b>Wind Speed:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ $data->wind_speed_last }} mph<br>
+ <b>Wind Direction:</b>&nbsp;{{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}<br>
+ <b>Temperature:</b>&nbsp;&nbsp;&nbsp;&nbsp;{{ round(($data->temp-32)*(5/9), 1) }}°C<br>
+ <b>Rain Rate:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ round($data->rain_rate_last*0.2, 2) }} mm/hr<br>
+ <b>Humidity:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ round($data->hum) }}%<br>