MediaWiki

Difference between revisions of "Common.css"

From Shadow Era Wiki

m
m
Line 1: Line 1:
@-moz-document url-prefix() {
+
@media only screen and (max-width: 600px) {
 
     .wikitable {
 
     .wikitable {
        /* Ajustements spécifiques pour Firefox */
 
 
         width: 100% !important;
 
         width: 100% !important;
 +
    }
 +
    img {
 +
        max-width: 100% !important;
 +
        height: auto !important;
 
     }
 
     }
 
}
 
}

Revision as of 06:15, 28 September 2024

@media only screen and (max-width: 600px) {
    .wikitable {
        width: 100% !important;
    }
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}