Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/*** Formatierungen für Mobil-Geräte ***/
/*** Beginn allgemeine Formatierungen ***/
 
a {
  color: #f0ad4e;
  font-size: 10px;
  }
 
li {
  margin-bottom: 15px;
  }
 
/* Ende allgemeine Formatierungen */
 
 
/*** Beginn Formatierungen für Mobil-Geräte ***/


@media (max-width: 900px) {
@media (max-width: 900px) {
Zeile 8: Zeile 22:
   }
   }


li {
 
  margin-bottom: 15px;
/* Ende Formatierungen für Mobil-Geräte */
  }
}
}

Version vom 21. Mai 2019, 10:47 Uhr

/*** Beginn allgemeine Formatierungen ***/

a {
  color: #f0ad4e;
  font-size: 10px;
  }

li {
  margin-bottom: 15px;
  }

/* Ende allgemeine Formatierungen */


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

@media (max-width: 900px) {

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


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