mediawiki-skins-Citizen/resources/skins.citizen.styles/Logo.less

22 lines
320 B
Plaintext
Raw Normal View History

.mw-logo {
display: flex;
flex-direction: column;
align-items: center;
.mw-logo-wordmark {
color: var( --color-base );
2021-01-14 15:57:32 +00:00
font-weight: 700;
}
}
.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;
}
}