MediaWiki:Monobook.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(added Responsive fix)
(Fix)
Line 77: Line 77:
/* 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;
}
}