diff --git a/src/panels/lovelace/cards/hui-weather-forecast-card.ts b/src/panels/lovelace/cards/hui-weather-forecast-card.ts index 060139f125..9934f18535 100644 --- a/src/panels/lovelace/cards/hui-weather-forecast-card.ts +++ b/src/panels/lovelace/cards/hui-weather-forecast-card.ts @@ -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;