(Add Psychpedia logo to header)
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */


header .branding-box {
.minerva-header .branding-box {
     background-image: url(/images/psychpedia-logo.svg);
     background-image: url(/images/psychpedia-logo.svg);
    background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
     background-size: contain;
     height: 100px !important;
     height: 80px;
    text-indent: -9999px;
}
     overflow: hidden;
}

Latest revision as of 22:04, 29 April 2025

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

.minerva-header .branding-box {
    background-image: url(/images/psychpedia-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px !important;
    text-indent: -9999px;
    overflow: hidden;
}