MediaWiki:Common.css: Difference between revisions

From Καλόξύς
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 */
#p-logo {
body #mw-page-base #p-logo img {
height: 160px;
width: 100% !important;
width: 160px;
     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;
}