MediaWiki:Common.css: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 6: Line 6:
}
}


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


.tabs-container td {
.tabs-container td {

Revision as of 08:06, 9 June 2020

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

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

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

.tabs-container td {
    display: block;
    width: 95% !important;
    padding: 5px !important;
}

.tabs-container tr {
    width: 100%;
}


}