mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
16 lines
275 B
CSS
16 lines
275 B
CSS
.currentweather .weathericon,
|
|
.currentweather .fa-home {
|
|
font-size: 75%;
|
|
line-height: 65px;
|
|
display: inline-block;
|
|
transform: translate(0, -3px);
|
|
}
|
|
|
|
.currentweather .humidityIcon {
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.currentweather .humidity-padding {
|
|
padding-bottom: 6px;
|
|
}
|