User:SuperHamster/timeless.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(Test setting infobox width to 100% on narrow width)
Tags: mobile edit mobile web edit
No edit summary
Tags: mobile edit mobile web edit
Line 1: Line 1:
@media (max-width: 600px) {
@media (max-width: 600px) {
   .tagInfobox {
   .tagInfobox {
     width: 100%;
     width: auto !important;
    float: none !important;
   }
   }
}
}

Revision as of 19:00, 2 May 2021

@media (max-width: 600px) {
  .tagInfobox {
    width: auto !important;
    float: none !important;
  }
}