Replaced content with "→All CSS here will be loaded for users of the Cosmos skin: " |
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 { | |||
display: flex; | |||
justify-content: center; | |||
} | |||
/* If that doesn't work, try this alternative */ | |||
.cosmos-header__logo { | |||
display: flex; | |||
justify-content: center; | |||
width: 100%; | |||
} | |||
Revision as of 22:18, 25 January 2026
/* All CSS here will be loaded for users of the Cosmos skin */
.cosmos-header__wordmark {
display: flex;
justify-content: center;
}
/* If that doesn't work, try this alternative */
.cosmos-header__logo {
display: flex;
justify-content: center;
width: 100%;
}
