MediaWiki:Vector.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: } All CSS here will be loaded for users of the Vector skin: #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: }"
 
Blanked the page
Tag: Blanking
Line 1: Line 1:
#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 */
}
/* All CSS here will be loaded for users of the Vector skin */
#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 */
}

Revision as of 04:02, 4 August 2025