Jump to content

MediaWiki:Mobile.css: Difference between revisions

From inZOI Wiki
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 */
.frontpage-desktop {
  display: none !important;
}
.frontpage-mobile {
  display: block !important;
}


.infobox {
.infobox {

Revision as of 21:46, 15 March 2025

/* All CSS here will be loaded for users of the mobile site */

.frontpage-desktop {
  display: none !important;
}

.frontpage-mobile {
  display: block !important;
}

.infobox {
    position: relative !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
}