Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.center2row td:nth-child(2) {
.centercell td:nth-child(2) {
text-align: center;
text-align: center;
}
}
Zeile 7: Zeile 7:
@media (max-width: 576px) {
@media (max-width: 576px) {


.col2top {
.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, 11:23 Uhr

.centercell td:nth-child(2) {
	text-align: center;
}


/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {

.colmobiltop td:nth-child(3) {
	border-top: 2px solid #a2a9b1!important;
	}

}  /*** Ende Formatierungen für Breakpoint xs ***/