MediaWiki:Common.css: Difference between revisions
Configadmin (talk | contribs) No edit summary |
Configadmin (talk | contribs) 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 */ | ||
img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
@media only screen and (max-width: 1400px) { | @media only screen and (max-width: 1400px) { | ||
td { | td { | ||
display: block; | display: block; | ||
max-width: 100%; | |||
} | } | ||
} | |||
Revision as of 15:15, 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%;
}
}