Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
td {
td {
   display: block;
   display: block;
  margin-bottom: 5px;
   }
   }


}
}

Version vom 21. Mai 2019, 09:42 Uhr

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

@media (max-width: 900px) {

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

}