KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
@media (max-width: 576px) { | @media (max-width: 576px) { | ||
.colmobiltop td:nth-child(3) { | .colmobiltop th:nth-child(3), .colmobiltop td:nth-child(3){ | ||
border-top: 2px solid #a2a9b1!important; | border-top: 2px solid #a2a9b1!important; | ||
} | } | ||
} /*** Ende Formatierungen für Breakpoint xs ***/ | } /*** Ende Formatierungen für Breakpoint xs ***/ | ||
Version vom 11. Juli 2019, 10:24 Uhr
.centercell td:nth-child(2) {
text-align: center;
}
/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {
.colmobiltop th:nth-child(3), .colmobiltop td:nth-child(3){
border-top: 2px solid #a2a9b1!important;
}
} /*** Ende Formatierungen für Breakpoint xs ***/