Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Updated css to improve style on wide screen mobile devices.) Tags: Mobile edit, Mobile web edit |
|||
Line 9: | Line 9: | ||
width: auto !important; | width: auto !important; | ||
} | } | ||
+ | } | ||
+ | |||
+ | .mmiMobileFooterLogo { | ||
+ | display: block; | ||
} | } |
Revision as of 13:49, 28 March 2017
/* CSS placed here will affect users of the mobile site */
@media screen and (max-width: 820px) {
#featuredArticle {
display: none !important;
}
#wikiStructure {
display: block !important;
width: auto !important;
}
}
.mmiMobileFooterLogo {
display: block;
}