Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
279 bytes added ,  01:00, 30 December 2017
no edit summary
Line 378: Line 378:
     border: none;
     border: none;
     box-shadow: none;
     box-shadow: none;
}
@media screen and (min-width: 976px) {
  .CategoryTreeTag {
      column-count: 3;
  }
}
@media screen and (max-width: 976px) {
  .CategoryTreeTag {
      column-count: 2;
  }
}
@media screen and (max-width: 620px) {
  .CategoryTreeTag {
      column-count: 1;
  }
}
}

Navigation menu