MediaWiki:Monobook.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(add)
(add)
Line 66: Line 66:
/* Responsive fix */
/* Responsive fix */
@media all and (max-width: 550px) {
@media all and (max-width: 550px) {
#sidebar .portlet[role="navigation"] {
.skin--responsive #sidebar .portlet[role="navigation"] {
display: none !important;
display: none !important;
}
}