diff --git a/packages/frontend/src/shell/DashboardPage.module.css b/packages/frontend/src/shell/DashboardPage.module.css index 8c89842..68916b2 100644 --- a/packages/frontend/src/shell/DashboardPage.module.css +++ b/packages/frontend/src/shell/DashboardPage.module.css @@ -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 {