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 {
height: 160px;
width: 160px;
}
#p-logo img {
#p-logo img {
width: 160px; /* Fill the width of the container */
width: 100%;
     height: 160px; /* Fill the height of the container */
     height: 100%;
    object-fit: contain;
}
}

Revision as of 21:07, 2 December 2024

/* CSS placed here will be applied to all skins */
/* Logo */
#p-logo {
	height: 160px;
	width: 160px;
}

#p-logo img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}