Humidity data to the current weather module

This commit is contained in:
Andrew McOlash
2016-08-17 21:51:48 -05:00
parent cf465a1184
commit a7db8cf7cd
3 changed files with 64 additions and 36 deletions

View File

@@ -6,3 +6,7 @@
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
}
.currentweather .humidity-padding {
padding-bottom: 6px;
}