MediaWiki

Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:


body {
body {
     width: 50%;
     width: 800px;
}
}

Revision as of 07:05, 1 November 2015

/* CSS placed here will affect users of the mobile site */

.mobilehide {
    display: none; 
}

body {
    width: 800px;
}