MediaWiki:Vector.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the Vector skin: #p-logo a { background-size: contain; height: 100px; width: 135px; }" |
No edit summary |
||
| Line 3: | Line 3: | ||
background-size: contain; | background-size: contain; | ||
height: 100px; | height: 100px; | ||
width: | width: 200px; | ||
} | } | ||
Revision as of 09:13, 18 June 2025
/* All CSS here will be loaded for users of the Vector skin */
#p-logo a {
background-size: contain;
height: 100px;
width: 200px;
}