« MediaWiki:Common.css » : différence entre les versions

m small changes
hides icon from vector-2022 on mobile/small screen
Balise : Révoqué
Ligne 118 : Ligne 118 :
   list-style: none none;
   list-style: none none;
   margin:
   margin:
/* Für den seltenen Fall jemand öffnet das Wiki mobil in Vector-2022 */
@media only screen and (max-width: 640px) {
  .mw-logo-icon {
    display: none;
  }
}