MediaWiki:Common.css: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 11: Line 11:
     display: block;
     display: block;
     max-width: 100%;
     max-width: 100%;
    height: auto;
}
}



Revision as of 15:17, 8 June 2020

/* CSS placed here will be applied to all skins */

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

@media only screen and (max-width: 1400px) {

td {
    display: block;
    max-width: 100%;
    height: auto;
}

tr {
    width: 100%;
}


}