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 +}