Common.css: Difference between revisions
From The Canon of Nora Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-logo, #p-logo a { | .mw-logo, #p-logo a { | ||
width: | width: 150px !important; | ||
height: | height: 150px !important; | ||
background-size: | background-size: 150px 150px !important; | ||
background-position: center !important; | |||
} | } | ||
Revision as of 14:35, 22 June 2026
/* CSS placed here will be applied to all skins */
.mw-logo, #p-logo a {
width: 150px !important;
height: 150px !important;
background-size: 150px 150px !important;
background-position: center !important;
}