(Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: header .branding-box { background-image: url(/images/psychpedia-logo.svg); background-repeat: no-repeat; background-position: center; background-size: contain; height: 80px; }")
(No difference)

Revision as of 21:28, 29 April 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

header .branding-box {
    background-image: url(/images/psychpedia-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 80px;
}