No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Cosmos skin */ | /* All CSS here will be loaded for users of the Cosmos skin */ | ||
.cosmos- | .cosmos-header { | ||
min-height: 140px !important; /* increase if you want even taller */ | |||
align-items: center !important; | |||
} | |||
.cosmos-header__top-container { | |||
align-items: center !important; | |||
} | } | ||
.cosmos-header__wordmark { | .cosmos-header__wordmark { | ||
display: flex !important; | |||
align-items: center !important; | |||
} | |||
.cosmos-header__wordmark img { | |||
max-height: 120px !important; /* make bigger: 130/140 */ | |||
max-width: 520px !important; /* cap width so it doesn't take over */ | |||
width: auto !important; | |||
height: auto !important; | |||
} | } | ||
Revision as of 21:39, 25 January 2026
/* All CSS here will be loaded for users of the Cosmos skin */
.cosmos-header {
min-height: 140px !important; /* increase if you want even taller */
align-items: center !important;
}
.cosmos-header__top-container {
align-items: center !important;
}
.cosmos-header__wordmark {
display: flex !important;
align-items: center !important;
}
.cosmos-header__wordmark img {
max-height: 120px !important; /* make bigger: 130/140 */
max-width: 520px !important; /* cap width so it doesn't take over */
width: auto !important;
height: auto !important;
}
