Jump to content

MediaWiki:Common.css: Difference between revisions

From Rejoice in Saint Joan of Arc
 
No edit summary
Line 2: Line 2:


/* Adjust the size of the logo */
/* Adjust the size of the logo */
#p-logo a img {
.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 */
}
}

Revision as of 20:54, 28 January 2025

/* CSS placed here will be applied to all skins */

/* Adjust the size of the logo */
.mw-logo-icon  {
    width: 150px; /* Adjust this value to your desired width */
    height: auto; /* This maintains the aspect ratio */
}