MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Adjust logo container */ | ||
#p-logo | #p-logo { | ||
width: 200px; /* adjust as needed */ | |||
height: 100px; | height: 100px; | ||
background-size: contain !important; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | } | ||
/* For the anchor inside (if needed) */ | |||
#p-logo a { | |||
width: 100%; | |||
height: 100%; | |||
display | |||
Revision as of 09:17, 18 June 2025
/* Adjust logo container */
#p-logo {
width: 200px; /* adjust as needed */
height: 100px;
background-size: contain !important;
background-repeat: no-repeat;
background-position: center;
}
/* For the anchor inside (if needed) */
#p-logo a {
width: 100%;
height: 100%;
display