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: 180px !important; | ||
height: | height: 180px !important; | ||
background-size: | background-size: 180px 180px !important; | ||
background-position: center !important; | background-position: center !important; | ||
} | } | ||
Revision as of 14:36, 22 June 2026
/* CSS placed here will be applied to all skins */
.mw-logo, #p-logo a {
width: 180px !important;
height: 180px !important;
background-size: 180px 180px !important;
background-position: center !important;
}