MagicMirror/modules/weatherforecast/weatherforecast.css
2016-03-30 15:15:11 +02:00

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;
}