KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
.table { | .table { | ||
display: table; | display: table; | ||
margin-left: 50px; | |||
} | } | ||
.table-row {display: table-row; } | .table-row {display: table-row; } | ||
.table-cell {display: table-cell; } | .table-cell {display: table-cell; } | ||
} | } | ||
Version vom 20. Mai 2019, 08:49 Uhr
@media (min-width: 40em) {
.table {
display: table;
margin-left: 50px;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
}