MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: →Adjust the size of the logo: #p-logo a img { width: 150px; →Adjust this value to your desired width: height: auto; →This maintains the aspect ratio: }" |
No edit summary |
||
Line 2: | Line 2: | ||
/* Adjust the size of the logo */ | /* Adjust the size of the logo */ | ||
.mw-logo-icon { | |||
width: 150px; /* Adjust this value to your desired width */ | width: 150px; /* Adjust this value to your desired width */ | ||
height: auto; /* This maintains the aspect ratio */ | height: auto; /* This maintains the aspect ratio */ | ||
} | } |