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 526: Line 526:
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
.table-HP {
.table-HP {
     width: inherit !important;
     width: 20% !important;


}
}
}
}