(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; }")
 
(Add Psychpedia logo to header)
Line 7: Line 7:
     background-size: contain;
     background-size: contain;
     height: 80px;
     height: 80px;
}
}

Revision as of 21:31, 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;
}