MediaWiki:Gadget-Citizenstuff.css: Difference between revisions
MediaWiki interface page
More actions
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; | ||
} | } | ||
} | } | ||