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 (Prevent breakpoint gap for col count on right header item)
m (300px device width breakpoint/query added)
Line 406: Line 406:
width:100%!important;
width:100%!important;
}
}
}

/* -- At 300 px wide or less -- */
@media only screen and (max-width: 300px) {
.mainpagebox .wikicolumns {
column-count: 1!important;
}
}
}