MediaWiki:Mobile.css: Difference between revisions

From The Joe Frank Wiki
Mobile formatting
Tags: Mobile edit Mobile web edit
 
mNo edit summary
Tags: Mobile edit Mobile web edit
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 */


 
navbar {
.navbar {
     display: none;
     display: none;
}
}

Revision as of 16:53, 7 March 2021

/* All CSS here will be loaded for users of the mobile site */

navbar {
    display: none;
}