diff --git a/styles.css b/styles.css index 41694ff..53a2837 100644 --- a/styles.css +++ b/styles.css @@ -169,15 +169,21 @@ .weather-description { display: flex; - flex-direction: row; - justify-content: space-between; + flex-direction: column; + justify-content: center; + padding: 1em; +} - font-size: 1.5em; +.weather-description .weather-degrees { + font-size: 2em; font-weight: 600; } -.weather-icon { - width: auto; - height: auto; - object-fit: contain; +.weather-description .weather-where{ + font-size: 1.3em; +} + +.weather-icon { + object-fit: contain; + height: 160px; }