mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 14:26:07 +00:00
19 lines
281 B
CSS
19 lines
281 B
CSS
|
.weatherforecast .day {
|
||
|
padding-left: 0px;
|
||
|
padding-right: 20px;
|
||
|
}
|
||
|
|
||
|
.weatherforecast .weather-icon {
|
||
|
padding-right: 30px;
|
||
|
}
|
||
|
|
||
|
.weatherforecast .min-temp {
|
||
|
padding-left: 10px;
|
||
|
padding-right: 0px;
|
||
|
}
|
||
|
|
||
|
.weatherforecast table {
|
||
|
border-spacing: 0px;
|
||
|
border-collapse: separate;
|
||
|
}
|