From 373f9d884bf6bd8bd1e8dd9dbe6e38a9853c1661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Cort=C3=A9s?= Date: Sat, 21 Nov 2020 03:32:22 -0300 Subject: [PATCH] Mejore un poco mas el estilo --- styles.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) 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; }