From 6599a2debb29569bd214ba78a5608f6921a4f75b Mon Sep 17 00:00:00 2001 From: No0ne003 Date: Sun, 19 May 2024 11:39:34 +0100 Subject: [PATCH] make weather app responsive --- src/pages/Weather-app/index.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Weather-app/index.jsx b/src/pages/Weather-app/index.jsx index 3368ae2..e7c96a6 100644 --- a/src/pages/Weather-app/index.jsx +++ b/src/pages/Weather-app/index.jsx @@ -50,7 +50,7 @@ const WeatherApp = () => { console.log(weatherData); return ( -
+
{loading ? ( @@ -58,23 +58,23 @@ const WeatherApp = () => { ) : (
-
+

{weatherData?.name}, {weatherData?.sys?.country}

- + {getCurrentDate()}
-
+
{weatherData?.main?.temp}
-

+

{

-
+

{weatherData?.wind?.speed} km/h