MediaWiki:Vector.css: Difference between revisions

no edit summary
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .mw-wiki-logo { background-size: contain !important; width: 160px !important; →‎adjust as needed: height: 120px !important; →‎adjust as needed: }")
 
No edit summary
Line 2: Line 2:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: contain !important;
     background-size: contain !important;
     width: 160px !important;  /* adjust as needed */
     width: 220px !important;  /* adjust as needed */
     height: 120px !important;  /* adjust as needed */
     height: 160px !important;  /* adjust as needed */
}
}