Ensure weather icon is centered in forecast (#9065)

This commit is contained in:
Philip Allgaier 2021-05-01 14:31:01 +02:00 committed by GitHub
parent 13cc016b36
commit 2a5f940744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,6 +502,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
display: flex; display: flex;
justify-content: center;
} }
.forecast-image-icon > * { .forecast-image-icon > * {