MagicMirror/modules/weatherforecast/weatherforecast.css

19 lines
281 B
CSS
Raw Normal View History

2016-03-29 13:28:15 +02:00
.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;
}