Jump to content

RLMWiki:Main Page/styles.css: Difference between revisions

Orangestar changed the content model of the page RLMWiki:Main Page/styles.css from "wikitext" to "Sanitized CSS"
mNo edit summary
 
Line 1: Line 1:
div.flex {
div.flex {
   display: flex;
   display: flex;
}
div.flex > div {
  flex: 1 1 0px;
}
}