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 { | #p-logo { | ||
background-size: | background-size: contain !important; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
height: | background-position: center center !important; | ||
width: | height: 160px !important; | ||
margin: 0 auto !important | width: 100% !important; | ||
margin: 0 auto !important; | |||
} | } | ||
Revision as of 03:38, 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;
background-position: center center !important;
height: 160px !important;
width: 100% !important;
margin: 0 auto !important;
}
#mw-panel {
display: flex;
flex-direction: column;
align-items: center;
}