MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
m (Undo revision 3559 can only do colcount override once)
Tag: Undo
m (nope, was wrong, it was just the lag syncing css with farm. Test no overrides for this.)
Line 391: Line 391:
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 1000px) {
.mainpagebox .wikicolumns {
.mainpagebox .wikicolumns {
column-count: 2!important;
column-count: 2;
}
}
}
}
Line 411: Line 411:
@media only screen and (max-width: 300px) {
@media only screen and (max-width: 300px) {
.mainpagebox .wikicolumns {
.mainpagebox .wikicolumns {
column-count: 1!important;
column-count: 1;
}
}
}
}