14 lines
220 B
CSS
Raw Normal View History

2016-03-29 13:28:15 +02:00
.weatherforecast .day {
padding-left: 0px;
2016-03-30 15:15:11 +02:00
padding-right: 25px;
2016-03-29 13:28:15 +02:00
}
.weatherforecast .weather-icon {
padding-right: 30px;
2016-03-30 13:29:44 +02:00
text-align: center;
2016-03-29 13:28:15 +02:00
}
.weatherforecast .min-temp {
2016-03-30 15:15:11 +02:00
padding-left: 20px;
2016-03-29 13:28:15 +02:00
padding-right: 0px;
2016-04-01 10:25:54 +02:00
}