MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
(Override values set inline by software, they preload before the css and look bad if set in-config)
No edit summary
Line 476: Line 476:
     div#mainmenu-double, div#mainmenu-single {
     div#mainmenu-double, div#mainmenu-single {
       width: 100%;
       width: 100%;
    }
}
@media screen and (max-width: 625px) {
    .minerva-search-form {
      margin-right: 35px;
     }
     }
}
}