fix: WeatherWidget auf volle Spaltenbreite (gleich wie Forecast-Karte)

This commit is contained in:
Thomas Reitz 2026-03-13 13:34:16 +01:00
parent f1c2ba3163
commit baa0cafd40

View file

@ -335,8 +335,12 @@
.homeWeatherBox {
width: 100%;
display: flex;
justify-content: center;
}
/* WeatherWidget auf volle Spaltenbreite ziehen */
.homeWeatherBox > div {
width: 100%;
box-sizing: border-box;
}
.forecastStrip {