Jump to content

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

From Red Letter Media Wiki
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;
}
}

Latest revision as of 06:20, 4 June 2024

div.flex {
  display: flex;
}

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