8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 241: | Zeile 241: | ||
font-style: normal !important; | font-style: normal !important; | ||
font-size: 0.8rem; | font-size: 0.8rem; | ||
} | |||
/* Spaltenlayouts */ | |||
div.twocol{float:left;min-width:12em;padding:0 1% 0 0;width:49%} | |||
div.twocol + div.twocol{padding:0 0 0 1%} | |||
@media (max-width:73em ){ | |||
div.twocol div.twocol{min-width:100%;padding:0} | |||
} | |||
@media (max-width:50em ){ | |||
div.twocol{min-width:100%}div.twocol + div.twocol{padding:0} | |||
} | |||
@media (min-width:50em ){ | |||
div.threecol{display:flex} | |||
div.threecol > .flex-item{flex:1 1 auto;width:100vw;margin:0 1em 0 0} | |||
div.threecol > .flex-item:last-child{margin:0} | |||
} | } | ||