Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
display: block !important; | display: block !important; | ||
width: auto !important; | width: auto !important; | ||
+ | } | ||
+ | |||
+ | .norwayGrantsFooterLogo { | ||
+ | padding-left: 20px; | ||
+ | padding-right: 20px; | ||
} | } | ||
} | } | ||
Line 17: | Line 22: | ||
padding-top: 14px; | padding-top: 14px; | ||
padding-bottom: 14px; | padding-bottom: 14px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 12:41, 11 April 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;
}
.norwayGrantsFooterLogo {
padding-left: 20px;
padding-right: 20px;
}
}
.mmiMobileFooterLogo {
display: inline;
padding-left: 40px;
padding-right: 40px;
padding-top: 14px;
padding-bottom: 14px;
}