From a7945d01fc90a614c268c8792b9405ee494556b0 Mon Sep 17 00:00:00 2001 From: Tony Arcangelini <33258733+arcangelini@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:20:21 +0200 Subject: [PATCH] Update style.scss --- src/weather/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/weather/style.scss b/src/weather/style.scss index 26a138a..62d7480 100644 --- a/src/weather/style.scss +++ b/src/weather/style.scss @@ -181,8 +181,8 @@ } } -@media screen and ( max-width: 480px ) { +@media screen and ( max-width: 500px ) { .weather-data > p:first-of-type { display: none; } -} \ No newline at end of file +}