Initial is better than inherit here.

main
Zed A. Shaw 2 years ago
parent 790fc4dc83
commit 4183ea1b38
  1. 3
      static/global.css

@ -1524,12 +1524,11 @@ grid {
} }
.mobile-hide { .mobile-hide {
display: inherit;
} }
@media only screen and (max-width: 800px) { @media only screen and (max-width: 800px) {
.mobile { .mobile {
display: inherit; display: initial;
} }
.mobile-hide { .mobile-hide {

Loading…
Cancel
Save