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