From bbcff492b91d427e5e602ff4b4ab3f1cb5c75612 Mon Sep 17 00:00:00 2001 From: shauryas1ngh <51992521+shauryas1ngh@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:05:24 +0530 Subject: [PATCH] Update App.css --- react-get-weather-app-master/src/App.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/react-get-weather-app-master/src/App.css b/react-get-weather-app-master/src/App.css index b87c39d..5f198d4 100644 --- a/react-get-weather-app-master/src/App.css +++ b/react-get-weather-app-master/src/App.css @@ -49,15 +49,15 @@ button { margin: auto; } .titles-Wrapper .logo-app { - margin-top: 35px; + margin-top: 45px; max-width: 100%; } .titles-Wrapper h1 { - margin: 15px 0 0; - color: #ccc; - font-size: 13px; - font-weight: 400; + margin: 25px 0 0; + color: #fff; + font-size: 17px; + font-weight: 300; } @@ -305,4 +305,4 @@ button { width: 900px; margin: 10px auto; } -} \ No newline at end of file +}