Module:Information/styles.css
From Neodyland Wiki
More actions
/* Layout on mobile devices */
@media
only screen and (max-width:719px) {
/* Force table to not be like tables anymore */
.fileinfotpl-type-information table, .fileinfotpl-type-information tbody, .fileinfotpl-type-information td, .fileinfotpl-type-information tr {
display: block;
}
.fileinfotpl-type-information td {
width: auto !important;
text-align: center !important;
}
}