MagicMirror/modules/weatherforecast/weatherforecast.css
2016-03-30 13:29:44 +02:00

20 lines
302 B
CSS

.weatherforecast .day {
padding-left: 0px;
padding-right: 20px;
}
.weatherforecast .weather-icon {
padding-right: 30px;
text-align: center;
}
.weatherforecast .min-temp {
padding-left: 10px;
padding-right: 0px;
}
.weatherforecast table {
border-spacing: 0px;
border-collapse: separate;
}