MediaWiki:Common.css: Difference between revisions
From NINNYPedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
width: auto; | width: auto; | ||
} | } | ||
#p-logo img { | #p-logo img { | ||
max-height: 40px | max-width: 160px; | ||
max-height: 40px; | |||
width: auto !important; | width: auto !important; | ||
height: auto !important; | |||
object-fit: contain; | |||
} | } | ||
Revision as of 20:57, 21 April 2026
/* CSS placed here will be applied to all skins */
.mw-logo img {
max-height: 40px;
width: auto;
}
#p-logo img {
max-width: 160px;
max-height: 40px;
width: auto !important;
height: auto !important;
object-fit: contain;
}