Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Wiki_Els - Family Structure
Created page with "Increase logo size: .mw-logo img { height: 70px !important; try 70 first: width: auto !important; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Increase logo size */
/* Increase logo size */
.mw-logo img {
.mw-logo img {
     height: 70px !important;  /* try 70 first */
     height: 170px !important;  /* try 90 first */
     width: auto !important;
     width: auto !important;
}
}

Latest revision as of 12:27, 1 March 2026

/* Increase logo size */
.mw-logo img {
    height: 170px !important;   /* try 90 first */
    width: auto !important;
}