MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


#infobox {
@media (max-width: 768px) {
  float:right;
    .infobox-wrapper {
}
        float: none !important;
 
        clear: both !important;
.no-wrap {
        width: 100% !important;
  white-space: nowrap;
        margin: 1em 0 !important;
        box-sizing: border-box;
    }
    .infobox-wrapper table {
        width: 100% !important;
    }
}
}

Navigation menu