mediawiki-skins-Citizen/resources/skins.citizen.styles/Logo.less
2021-01-12 14:42:42 -05:00

21 lines
292 B
Plaintext

.mw-logo {
display: flex;
flex-direction: column;
}
.mw-logo-icon {
margin-bottom: 10px;
}
.mw-logo-wordmark {
display: block;
color: var( --color-base );
}
// Only show title when screen height is less than 800px
@media ( max-height: 800px ) {
.mw-logo-icon {
display: none;
}
}