Jump to content

MediaWiki:Mobile.css: Difference between revisions

From inZOI Wiki
Undo revision 404 by Zoi (talk)
Tag: Undo
No edit summary
Line 2: Line 2:


.infobox-container {
.infobox-container {
     float: none !important;
     position: relative !important;
     margin: 0 auto 1em auto !important;
     margin: 0 auto 1em auto !important;
     width: 100% !important;
     width: 100% !important;
Line 8: Line 8:


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

Revision as of 17:26, 18 February 2025

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

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

.infobox {
    position: relative !important;
    width: 100% !important;
}