MediaWiki:Common.css: Difference between revisions

From Grooper Wiki
Created page with "→‎CSS placed here will be applied to all skins: img { max-width:100%; height:auto; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@media only screen and (max-width: 1400px) {
td {
    display: block;
}}
img {
img {
     max-width:100%;
     max-width:100%;
     height:auto;
     height:auto;
}
}

Revision as of 15:10, 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;
}