mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 11:00:08 +00:00
21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
.mw-logo {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.mw-logo-wordmark {
|
|
color: var( --color-base--emphasized );
|
|
}
|
|
}
|
|
|
|
.mw-logo-icon {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
// Only show title when screen height is less than 800px
|
|
@media ( max-height: 800px ) {
|
|
.mw-logo-icon {
|
|
display: none;
|
|
}
|
|
}
|