Wechseln zu:Navigation, Suche
Wiki
@media (min-width: 40em) {
.table { 
   display: table;
   margin-left: 50px;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
}