mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
fix: WeatherWidget auf volle Spaltenbreite (gleich wie Forecast-Karte)
This commit is contained in:
parent
f1c2ba3163
commit
baa0cafd40
1 changed files with 6 additions and 2 deletions
|
|
@ -335,8 +335,12 @@
|
||||||
|
|
||||||
.homeWeatherBox {
|
.homeWeatherBox {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
}
|
||||||
justify-content: center;
|
|
||||||
|
/* WeatherWidget auf volle Spaltenbreite ziehen */
|
||||||
|
.homeWeatherBox > div {
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forecastStrip {
|
.forecastStrip {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue