Lauritzl änderte das Inhaltsmodell der Seite Vorlage:AV-Portal-Benutzer.css von „Wikitext“ nach „CSS“ |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
@media (max-width:768px) { | |||
.zellenbeschriftung { | .zellenbeschriftung { | ||
background: #f8f9fa; | background: #f8f9fa; | ||
| Zeile 6: | Zeile 8: | ||
width:50%; | width:50%; | ||
} | } | ||
} | |||
@media (min-width:769px) { | @media (min-width:769px) { | ||
.zellenbeschriftung { | |||
display: none; | display: none; | ||
} | |||
} | } | ||
Version vom 20. Juni 2019, 15:29 Uhr
@media (max-width:768px) {
.zellenbeschriftung {
background: #f8f9fa;
padding: 1px;
border-right: 1px solid grey;
display: inline-block;
width:50%;
}
}
@media (min-width:769px) {
.zellenbeschriftung {
display: none;
}
}