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 (Test changes now that they work well for various tablet sizes)
m (Prevent breakpoint gap for col count on right header item)
Line 388: Line 388:
/* -- Media Queries -- */
/* -- Media Queries -- */
/* These control things at different device widths */
/* These control things at different device widths */
/* -- At 900 px wide or less -- */
/* -- At 1000 px wide or less -- */
@media only screen and (max-width: 900px) {
@media only screen and (max-width: 1000px) {
.mainpagebox .wikicolumns {
.mainpagebox .wikicolumns {
column-count: 2!important;
column-count: 2!important;