MediaWiki:Mobile.css: Difference between revisions

Created page with "All CSS here will be loaded for users of the mobile site: Fix bug with branding box.: .minerva-header .branding-box { min-width: auto; } Fix heading positionning.: .page-heading { padding-top: 1em; }"
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* # REDIRECT [[MediaWiki:Minerva.css]] <!-- Minerva.css is now render blocking --> */
 
/* Fix bug with branding box. */
.minerva-header .branding-box { min-width: auto; }
 
/* Fix heading positionning. */
.page-heading {
padding-top: 1em;
}