Jump to content

MediaWiki:Mobile.css: Difference between revisions

From inZOI Wiki
No edit summary
No edit summary
Line 4: Line 4:
     position: relative !important;
     position: relative !important;
     width: 100% !important;
     width: 100% !important;
    float: none !important;  /* Remove floating */
    clear: both !important;  /* Clear any previous floats */
    margin: 0 auto !important; /* Center the box if desired */
}
}

Revision as of 17:33, 18 February 2025

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

.infobox {
    position: relative !important;
    width: 100% !important;
    float: none !important;  /* Remove floating */
    clear: both !important;  /* Clear any previous floats */
    margin: 0 auto !important; /* Center the box if desired */
}