MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

m
300px device width breakpoint/query added
m (Prevent breakpoint gap for col count on right header item)
m (300px device width breakpoint/query added)
Line 406:
width:100%!important;
}
}
 
/* -- At 300 px wide or less -- */
@media only screen and (max-width: 300px) {
.mainpagebox .wikicolumns {
column-count: 1!important;
}
}
43

edits