MediaWiki:Common.css: Difference between revisions
Configadmin (talk | contribs) No edit summary |
Configadmin (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
@media only screen and (max-width: 1200px) { | @media only screen and (max-width: 1200px) { | ||
td { | td { | ||
display: block; !important | display: block !important; | ||
font-size: medium !important; | |||
} | } | ||
.tabs-container td { | .tabs-container td { | ||
Revision as of 15:07, 12 August 2020
/* CSS placed here will be applied to all skins */
img {
max-width:100%;
height:auto;
}
@media only screen and (max-width: 1200px) {
td {
display: block !important;
font-size: medium !important;
}
.tabs-container td {
display: block;
width: 95% !important;
padding: 5px !important;
}
.tabs-container tr {
width: 100%;
}
}