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