No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| 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 */ | ||
/* Center wordmark while keeping nav in place */ | |||
.cosmos-header { | |||
position: relative; | |||
} | |||
.cosmos-header__wordmark { | |||
position: absolute; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
top: 15px; /* adjust this value as needed */ | |||
} | |||
.cosmos-header__top-container { | |||
justify-content: center; | |||
} | |||
Revision as of 22:21, 25 January 2026
/* All CSS here will be loaded for users of the Cosmos skin */
/* Center wordmark while keeping nav in place */
.cosmos-header {
position: relative;
}
.cosmos-header__wordmark {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 15px; /* adjust this value as needed */
}
.cosmos-header__top-container {
justify-content: center;
}
