MediaWiki:Common.css: Unterschied zwischen den Versionen

199 Bytes hinzugefügt ,  12:51, 10. Mai 2023
keine Bearbeitungszusammenfassung
 
Zeile 1.706: Zeile 1.706:
display: flex;
display: flex;
justify-content: stretch;
justify-content: stretch;
margin-bottom: 4em;
}
}
.streckenverlauf {
.streckenverlauf {
Zeile 1.809: Zeile 1.810:
table.table-zielfilm-ziel a:hover {
table.table-zielfilm-ziel a:hover {
text-decoration:none;
text-decoration:none;
}
@media only screen and (max-width: 480px) {
.streckenverlauf {
width: 100%;
}
.streckenverlauf-browser {
width: 100%;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
}
}