Template:Sidebar/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* styling is now in Module:Sidebar/styles.css, editing this page will have no effect */

@media screen and (max-width:720px) {
  .unvertical-navbox tbody {
    display: flex;
    flex-flow: column nowrap;
  }
  .unvertical-navbox tbody tr {
    display: grid;
  }
}
.unvertical-navbox .plainlist ul {
  list-style-type: none;
}
/* [[Category:Stylesheets]] */