Difference between revisions of "MediaWiki:Mobile.css"

From HCE Wiki - The Human Cognitive Enhancement Wiki
Jump to navigation Jump to search
m (Fixed margin of MMI logo.)
Tags: Mobile edit, Mobile web edit
Line 13: Line 13:
 
.mmiMobileFooterLogo {
 
.mmiMobileFooterLogo {
 
     display: inline;
 
     display: inline;
     margin-left: 40px;
+
     padding-left: 40px;
     margin-right: 40px;
+
     padding-right: 40px;
 +
    padding-top: 14px;
 +
    padding-bottom: 14px;
 
}
 
}

Revision as of 13:37, 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;
    }
}

.mmiMobileFooterLogo {
    display: inline;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
}