Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:


.mw-logo-icon {
.mw-logo-icon {
   height: 150;
   height: 155px;
   width: 150;
   width: 155px;
}
}

Latest revision as of 12:21, 15 August 2025

/* All CSS here will be loaded for users of the Vector skin */

/* Hide Logo-Wordmark and -Tagline */
.mw-logo-container { 
display: none;
}


.mw-logo-icon {
  height: 155px;
  width: 155px;
}