MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Logo */ | /* Logo */ | ||
# | body #mw-page-base #p-logo img { | ||
width: 100% !important; | |||
height: 100% !important; | |||
object-fit: contain !important; | |||
#p-logo img { | |||
width: 100%; | |||
height: 100%; | |||
object-fit: contain; | |||
} | } |
Revision as of 21:10, 2 December 2024
/* CSS placed here will be applied to all skins */ /* Logo */ body #mw-page-base #p-logo img { width: 100% !important; height: 100% !important; object-fit: contain !important; }