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 525: Line 525:


@media screen and (max-width: 500px) {
@media screen and (max-width: 500px) {
.table-HP td {
.table-HP {
width:auto;
width:auto;
}
}
}
}