MediaWiki:Mobile.css: Difference between revisions
Appearance
Created page with "→All CSS here will be loaded for users of the mobile site: @media only screen and (max-width: 600px) { .infobox { float: none !important; margin: 0 auto 1em auto !important; } }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
.infobox { | |||
float: none !important; | |||
margin: 0 auto 1em auto !important; | |||
} | |||