Jump to content

MediaWiki:Common.css: Difference between revisions

From NeoWiki
Fix logo aspect ratio
 
Fix logo aspect ratio
 
Line 2: Line 2:
   width: auto !important;
   width: auto !important;
   height: 50px !important;
   height: 50px !important;
  object-fit: contain;
}
}

Latest revision as of 04:32, 23 January 2026

.mw-logo-icon {
  width: auto !important;
  height: 50px !important;
  object-fit: contain;
}