Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Citizenstuff.css: Difference between revisions

MediaWiki interface page
fix infobox weirdness by making it full-width kinda sorta
make it !important
Line 11: Line 11:
@media screen and (max-width: 500px) {
@media screen and (max-width: 500px) {
.infobox {
.infobox {
margin-left: auto;
margin-left: auto!important;
margin-right: auto;
margin-right: auto!important;
float: none;
float: none!important;
}
}
}
}