MediaWiki:Common.css: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 8: Line 8:
@media only screen and (max-width: 1400px) {
@media only screen and (max-width: 1400px) {


td {
.tabs-container td {
     display: block;
     display: block;
     width: 95% !important;
     width: 95% !important;
Line 14: Line 14:
}
}


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

Revision as of 08:04, 9 June 2020

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

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

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

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

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


}