Jump to content

MediaWiki:Mobile.css: Difference between revisions

From inZOI Wiki
No edit summary
No edit summary
Line 2: Line 2:


.infobox-container {
.infobox-container {
        float: none !important;
    float: none !important;
        margin: 0 auto 1em auto !important;
    margin: 0 auto 1em auto !important;
        width: 100% !important;
    width: 100% !important;
    }
}
    .infobox {
 
        width: 100% !important;
.infobox {
    }
    float: none !important;
    width: 100% !important;
}

Revision as of 05:58, 18 February 2025

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

.infobox-container {
    float: none !important;
    margin: 0 auto 1em auto !important;
    width: 100% !important;
}

.infobox {
    float: none !important;
    width: 100% !important;
}