RLMWiki:Main Page/styles.css

From Red Letter Media Wiki
div.flex {
  display: flex;
}

div.flex > div {
  flex: 1 1 0px;
}