MediaWiki:Vector.css: Difference between revisions

From Harrison County Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
.mw-wiki-logo {
.mw-wiki-logo {
     max-width: 100px !important;  /* adjust width */
     max-width: 150px !important;  /* adjust width */
     max-height: 100px !important; /* adjust height */
     max-height: 150px !important; /* adjust height */
     width: auto !important;
     width: auto !important;
     height: auto !important;
     height: auto !important;
     object-fit: contain !important;
     object-fit: contain !important;
}
}

Revision as of 04:06, 4 August 2025

.mw-wiki-logo {
    max-width: 150px !important;  /* adjust width */
    max-height: 150px !important; /* adjust height */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}