Difference between revisions of "MediaWiki:Vector.css"

From Infinity Library
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin (default on infinity library!) */
 
/* CSS placed here will affect users of the Vector skin (default on infinity library!) */
 +
 +
/* resize logo to fit */
 +
.mw-wiki-logo {
 +
    background-size: contain;
 +
}

Revision as of 00:54, 1 April 2018

/* CSS placed here will affect users of the Vector skin (default on infinity library!) */

/* resize logo to fit */
.mw-wiki-logo {
    background-size: contain;
}