MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Morkan-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 2: Zeile 2:
@media screen {
@media screen {
   #p-logo-text a {
   #p-logo-text a {
     font-size: 1.5rem;
     font-size: 1.4rem;
     line-height: 116%;
     line-height: 116%;
   }
   }
}
}

Aktuelle Version vom 8. September 2024, 12:49 Uhr

/* All CSS here will be loaded for users of the Timeless skin */
@media screen {
  #p-logo-text a {
    font-size: 1.4rem;
    line-height: 116%;
  }
}