RLMWiki:Main Page/styles.css: Difference between revisions
Appearance
Orangestar (talk | contribs) Orangestar changed the content model of the page RLMWiki:Main Page/styles.css from "wikitext" to "Sanitized CSS" |
Orangestar (talk | contribs) 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; }