Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikipedia
No edit summary
No edit summary
Line 5: Line 5:
   background-size: contain !important;
   background-size: contain !important;
   width: 500px !important;    /* adjust as needed */
   width: 500px !important;    /* adjust as needed */
   height: 180px !important;    /* adjust as needed */
   height: 500px !important;    /* adjust as needed */
   margin: 0 auto;
   margin: 0 auto;
}
}

Revision as of 19:50, 18 June 2025

/* CSS placed here will be applied to all skins */

/* Increase logo size in Vector 2022 */
.vector-header-logo .mw-wiki-logo {
  background-size: contain !important;
  width: 500px !important;     /* adjust as needed */
  height: 500px !important;    /* adjust as needed */
  margin: 0 auto;
}