Files
MagicMirror/modules/default/currentweather/currentweather.css
T

9 lines
232 B
CSS
Raw Normal View History

2016-03-29 13:28:15 +02:00
.currentweather .weathericon {
2016-04-05 15:43:52 -04:00
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);
2016-04-03 19:52:13 +02:00
}