Mejore un poco mas el estilo

This commit is contained in:
2020-11-21 03:32:22 -03:00
parent 2d65c5bbdf
commit 373f9d884b

View File

@@ -169,15 +169,21 @@
.weather-description { .weather-description {
display: flex; display: flex;
flex-direction: row; flex-direction: column;
justify-content: space-between; justify-content: center;
padding: 1em;
}
font-size: 1.5em; .weather-description .weather-degrees {
font-size: 2em;
font-weight: 600; font-weight: 600;
} }
.weather-icon { .weather-description .weather-where{
width: auto; font-size: 1.3em;
height: auto; }
object-fit: contain;
.weather-icon {
object-fit: contain;
height: 160px;
} }