master
Elijah Lucian 3 years ago
parent 20c9898174
commit bd7b0ac62f
  1. 16
      webclient/src/light.css

@ -124,13 +124,15 @@ body {
display: grid;
}
.footer-content {
transition: all 0.2s ease-in;
opacity: 0.25;
}
.footer-content:hover {
opacity: 1;
@media (min-width: 650px) {
.footer-content {
transition: all 0.2s ease-in;
opacity: 0.25;
}
.footer-content:hover {
opacity: 1;
}
}
/* grid bottom */

Loading…
Cancel
Save