MediaWiki:Mobile.css: Difference between revisions

From The Jolly Contrarian
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
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:27, 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}