MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 111: | Line 111: | ||
height: auto; | height: auto; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | |||
/* PAGE BANNER MOBILE/DESKTOP */ | |||
/* -------------------------- */ | |||
.banner-mobile { | |||
display: none; | |||
} | |||
@media (max-width: 700px) { | |||
.banner-desktop { | |||
display: none; | |||
} | |||
.banner-mobile { | |||
display: block; | |||
} | |||
} | } | ||