MediaWiki:Mobile.css: Difference between revisions

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 responsive */
.infobox-wrapper {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width: 250px;
}
@media screen and (max-width: 768px) {
     .infobox-wrapper {
     .infobox-wrapper {
         float: none !important;
         float: none !important;
Line 26: Line 17:
         height: auto !important;
         height: auto !important;
     }
     }
}