From c10d758474056d2211cfa42a39c76eccbe5d135e Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 21 Jun 2023 01:54:14 +0100 Subject: fix: actually align it this time --- resources/views/components/weather.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resources/views/components/weather.blade.php') 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

Local Weather (Last Update: {{ $updated }})

- Wind Speed: {{ $data->wind_speed_last }} mph
- Wind Direction: {{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}
- Temperature: {{ round(($data->temp-32)*(5/9), 1) }}°C
- Rain Rate: {{ round($data->rain_rate_last*0.2, 2) }} mm/hr
- Humidity: {{ round($data->hum) }}%
+ Wind Speed:     {{ $data->wind_speed_last }} mph
+ Wind Direction: {{ $data->wind_dir_last }}°, {{ degreesToCompassDirection($data->wind_dir_last) }}
+ Temperature:    {{ round(($data->temp-32)*(5/9), 1) }}°C
+ Rain Rate:      {{ round($data->rain_rate_last*0.2, 2) }} mm/hr
+ Humidity:       {{ round($data->hum) }}%
-- cgit v1.2.3-54-g00ecf