Mejore un poco mas el estilo
This commit is contained in:
20
styles.css
20
styles.css
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user