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 */
     float: none !important;
     clear: both !important; /* Clear any previous floats */
     clear: both !important;
     margin: 0 auto !important; /* Center the box if desired */
     margin: 0 auto !important;
}
}

Revision as of 17:55, 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;
    clear: both !important;
    margin: 0 auto !important;
}