KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 9: | Zeile 9: | ||
li { | li { | ||
margin-bottom: | margin-bottom: 15px; | ||
} | } | ||
} | } | ||
Version vom 21. Mai 2019, 09:30 Uhr
/*** Formatierungen für Mobil-Geräte ***/
@media (max-width: 900px) {
td {
display: block;
margin-bottom: 5px;
}
li {
margin-bottom: 15px;
}
}