Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,202
edits
(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; | ||
} | } | ||
} | } |