MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 435: | Line 435: | ||
} | } | ||
/* === | /* === Desktop: show full wordmark === */ | ||
.mw-logo-icon { display: none !important; } | |||
.mw-logo-wordmark { display: inline-block !important; } | |||
/* === Mobile (under 768px): hide wordmark, show square icon === */ | |||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.mw-logo-wordmark { display: none !important; } | |||
.mw-logo-wordmark | .mw-logo-icon { | ||
.mw-logo | |||
display: inline-block !important; | display: inline-block !important; | ||
content: url("https://untenables.com/images/2/26/Favicon.png"); | |||
width: 42px; | |||
height: auto; | |||
margin-top: 4px; | |||
} | } | ||
} | } | ||