MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
#p-logo { | |||
background-size: contain !important; | background-size: contain !important; | ||
background-repeat: no-repeat; | |||
height: 160px !important; | height: 160px !important; | ||
width: 220px !important; | |||
margin: 0 auto !important; | |||
padding: 0; | |||
} | } | ||
Revision as of 03:17, 19 May 2025
/* All CSS here will be loaded for users of the Vector skin */
#p-logo {
background-size: contain !important;
background-repeat: no-repeat;
height: 160px !important;
width: 220px !important;
margin: 0 auto !important;
padding: 0;
}