Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:


li {
li {
   margin-bottom: 5px;
   margin-bottom: 15px;
   }
   }
}
}

Version vom 21. Mai 2019, 10:30 Uhr

/*** Formatierungen für Mobil-Geräte ***/

@media (max-width: 900px) {

td {
  display: block;
  margin-bottom: 5px;
  }

li {
  margin-bottom: 15px;
  }
}