Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Climbopedia
proof-of-concept - background image size reduction for mobile view
 
not read by minerva - looking for alternative solution
Tags: Mobile edit Mobile web edit
 
(5 intermediate revisions by the same user not shown)
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 */
/* BACKGROUNDS OVERRIDE */
}
#mw-mf-page-center::before {
    background-size:50%;
}
#mw-mf-page-center {
    background-size:50%;
}

Latest revision as of 14:00, 1 November 2025

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