Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Add any other common styles here that should apply to both desktop and mobile */
/* Add any other common styles here that should apply to both desktop and mobile */
/* Default styles for desktop (769px or more) */
.content-desktop {
    display: block;
}
.content-mobile {
    display: none;
}


@media only screen and (max-width: 768px) {
@media only screen and (max-width: 768px) {