mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
20 lines
302 B
CSS
20 lines
302 B
CSS
.weatherforecast .day {
|
|
padding-left: 0px;
|
|
padding-right: 25px;
|
|
}
|
|
|
|
.weatherforecast .weather-icon {
|
|
padding-right: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.weatherforecast .min-temp {
|
|
padding-left: 20px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.weatherforecast table {
|
|
border-spacing: 0px;
|
|
border-collapse: separate;
|
|
}
|