mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
14 lines
220 B
CSS
14 lines
220 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;
|
|
} |