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: | ||
} | } | ||
/* Ende Formatierungen für Mobil-Geräte */ | |||
} | } | ||
Version vom 21. Mai 2019, 09: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 */
}