Anonymous

Difference between revisions of "MediaWiki:Mobile.css"

From Clicklaw Wikibooks
no edit summary
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 524: Line 524:
}
}


@media screen and (max-width: 500px) {
media screen and (max-width: 850px){
.table-HP {
.mw-body table {
width:auto;
    width: auto !important;
}
 
}
}
}