MediaWiki:Zumi.css: Unterschied zwischen den Versionen

Aus Klexikon - Das Freie Kinderlexikon
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „.klexibox { display: block; float: unset!important; } .klexibox > div > table { margin-left: auto!important; margin-right: auto!important; } @media scr…“)

Version vom 4. Februar 2021, 22:46 Uhr

.klexibox {
  display: block;
  float: unset!important;
}
.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;
  }
}