Difference between revisions of "MediaWiki:Mobile.css"

Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 520: Line 520:
.table-HP td {
.table-HP td {
     display: block;
     display: block;
     /*width: 100%;*/
     width: 100%;
     box-sizing: border-box;
     box-sizing: border-box;
}
}


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