Improved spacing balance for weather forecast (#5673)

* Improved spacing balance for weather forecast

* Removes obsolete styling
This commit is contained in:
Pedro Lamas 2020-04-30 18:43:54 +01:00 committed by GitHub
parent 1fdb6b8034
commit f4710891d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,7 +409,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
.forecast {
display: flex;
justify-content: space-between;
justify-content: space-around;
padding-top: 16px;
}
@ -472,10 +472,6 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
--iron-icon-height: 52px;
}
:host([narrow]) .forecast {
justify-content: space-around;
}
:host([narrow]) .name,
:host([narrow]) .temp-attribute .temp {
font-size: 22px;