MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 27: Line 27:
@media (max-width: 640px) {
@media (max-width: 640px) {
.infobox {
.infobox {
float: none;
        float: none;
clear: both;
        clear: both;
width: 640px;
        width: 100%;
margin: 0 0 1em 0;
        max-width: 640px;
table-layout: fixed;
        margin: 0 0 1em 0;
        table-layout: fixed;
}
}