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 {
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;
}