MediaWiki:Zumi.css: Unterschied zwischen den Versionen
Aus Klexikon – das Kinderlexikon
(Die Seite wurde neu angelegt: „.klexibox { display: block; float: unset!important; } .klexibox > div > table { margin-left: auto!important; margin-right: auto!important; } @media scr…“) |
KKeine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
display: block; | display: block; | ||
float: unset!important; | float: unset!important; | ||
margin-left: 1em; | |||
} | } | ||
.klexibox > div > table { | .klexibox > div > table { |
Version vom 5. Februar 2021, 13:55 Uhr
.klexibox {
display: block;
float: unset!important;
margin-left: 1em;
}
.klexibox > div > table {
margin-left: auto!important;
margin-right: auto!important;
}
@media screen and (min-width: 768px) {
.klexibox {
display: unset;
float: right!important;
}
.klexibox > div > table {
margin-left: unset;
margin-right: unset;
}
}