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 */ | ||
.cosmos-header__wordmark { | |||
position: absolute; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
} | |||
.cosmos-header__sitename { | |||
display: none; | |||
} | |||
Revision as of 22:25, 25 January 2026
/* All CSS here will be loaded for users of the Cosmos skin */
.cosmos-header__wordmark {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.cosmos-header__sitename {
display: none;
}
