Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

currentweather.css 275B

123456789101112131415
  1. .currentweather .weathericon,
  2. .currentweather .fa-home {
  3. font-size: 75%;
  4. line-height: 65px;
  5. display: inline-block;
  6. transform: translate(0, -3px);
  7. }
  8. .currentweather .humidityIcon {
  9. padding-right: 4px;
  10. }
  11. .currentweather .humidity-padding {
  12. padding-bottom: 6px;
  13. }