Template:User:Surjection/multithumb/styles.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
/* float: right activates on min-width 720px */
@media screen and (max-width: 719px) {
  body.mw-mf .multithumb-outer {
    margin: 0.6em auto;
    display: table;
  }
  body.mw-mf .multithumb-inner {
    display: flex;
    flex-flow: row wrap;
    column-gap: 0.6em;
  }
}