MediaWiki:Common.css: Difference between revisions

From NINNYPedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 5: Line 5:
}
}
#p-logo img {
#p-logo img {
     max-width: 160px;
     max-width: 180px !important;
     max-height: 40px;
     max-height: 60px !important;
     width: auto !important;
     width: auto !important;
     height: auto !important;
     height: auto !important;
    object-fit: contain;
}
}

Latest revision as of 21:00, 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: 180px !important;
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
}