MediaWiki:Common.css: Difference between revisions

From Project Ilm Wiki
Enlarge the logo
 
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 */
/* Make the logo bigger */
#p-logo a {
    background-size: contain !important;
    width: 180px !important; /* change width */
    height: 180px !important; /* change height */
}
/* Adjust header alignment if needed */
#p-logo {
    margin-top: 10px;
}

Latest revision as of 22:11, 23 October 2025

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