Anonymous

MediaWiki:Mobile.css: Difference between revisions

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


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