MediaWiki:VectorLegacy.css: Difference between revisions

From Harrison County Wiki
Jump to navigationJump to search
Created page with "#mw-panel .portal-logo { max-width: 100px; adjust this size as needed: max-height: 100px; adjust to keep aspect ratio: object-fit: contain; keep image proportions: }"
 
No edit summary
 
Line 1: Line 1:
#mw-panel .portal-logo {
#mw-panel .portal-logo {
     max-width: 100px;  /* adjust this size as needed */
     max-width: 25px;  /* adjust this size as needed */
     max-height: 100px; /* adjust to keep aspect ratio */
     max-height: 25px; /* adjust to keep aspect ratio */
     object-fit: contain; /* keep image proportions */
     object-fit: contain; /* keep image proportions */
}
}

Latest revision as of 03:56, 4 August 2025

#mw-panel .portal-logo {
    max-width: 25px;  /* adjust this size as needed */
    max-height: 25px; /* adjust to keep aspect ratio */
    object-fit: contain; /* keep image proportions */
}