KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
@media (min-width:901px) { | @media (min-width:901px) { | ||
.toc { | .toc { | ||
| Zeile 54: | Zeile 12: | ||
color:blue; | color:blue; | ||
} | } | ||
.toctitle { | .toctitle { | ||
padding: | padding: 1px; | ||
} | } | ||
Version vom 17. Mai 2019, 12:08 Uhr
@media (min-width:901px) {
.toc {
float: right;
margin-left: 50px;
}
}
@media (max-width: 900px) {
.testen span {
float: left;
color:blue;
}
.toctitle {
padding: 1px;
}
.toc {
float: none;
background-color: yellow;
}
}