KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
} | } | ||
.description { | |||
float:left; | |||
} | |||
@media (max-width: 900px) { | @media (max-width: 900px) { | ||
| Zeile 22: | Zeile 27: | ||
float: none; | float: none; | ||
background-color: yellow; | background-color: yellow; | ||
display: block; | |||
} | } | ||
span { | span { | ||
Version vom 20. Mai 2019, 09:23 Uhr
@media (min-width:901px) {
.table {
display: table;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }
.toc {
float: right;
margin-left: 50px;
}
}
.description {
float:left;
}
@media (max-width: 900px) {
.toctitle {
padding: 1px;
}
.toc {
float: none;
background-color: yellow;
display: block;
}
span {
text-align: left;
}
}