MediaWiki:Common.css: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 4: Line 4:
td {
td {
     display: block;
     display: block;
}}
}


tr {
    max-width:100%;
}


img {
img {
     max-width:100%;
     max-width:100%;
     height:auto;
     height:auto;
}
}}

Revision as of 15:14, 8 June 2020

/* CSS placed here will be applied to all skins */
@media only screen and (max-width: 1400px) {

td {
    display: block;
}


img {
    max-width:100%;
    height:auto;
}}