Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1,020: Line 1,020:


body.page-Main_Page.ns-subject h1.firstHeading { display:none; }
body.page-Main_Page.ns-subject h1.firstHeading { display:none; }
/* Default styles for desktop (769px or more) */
.desktop-view {
    display: block;
}
.mobile-view {
    display: none;
}
@media only screen and (max-width: 768px) {
  .desktop-view { display: none !important; }
  .mobile-view { display: block !important; }
}
/* used by the front page end*/