MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Amwelladmin (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
Amwelladmin (talk | contribs) Undo revision 65626 by Amwelladmin (talk) Tag: Undo |
||
Line 3: | Line 3: | ||
body.Page-main_Page .catlinks { display: none; } | body.Page-main_Page .catlinks { display: none; } | ||
* {font-family: georgia} | * {font-family: georgia} | ||
/* To make images responsive */ | |||
img { | |||
max-width:100%; | |||
height:auto; | |||
} |
Revision as of 10:48, 16 June 2022
/* CSS placed here will affect users of the mobile site */ body.page-Main_Page h1.firstHeading { display: none; } body.Page-main_Page .catlinks { display: none; } * {font-family: georgia} /* To make images responsive */ img { max-width:100%; height:auto; }