2020-03-11 11:43:45 +01:00

18 lines
376 B
CSS

.currentweather .weathericon,
.currentweather .fa-home {
font-size: 75%;
line-height:65px;
display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
}
.currentweather .humidityIcon {
padding-right: 4px;
}
.currentweather .humidity-padding {
padding-bottom: 6px;
}