User:Warthog/styles.css: Difference between revisions

From Hololive Fan Wiki
Content added Content deleted
(Created page with ".mp-row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; } .mp-col { flex: 1; }")
 
(Warthog changed the content model of the page User:Warthog/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
 
(No difference)

Latest revision as of 02:44, 9 March 2021

.mp-row {
    display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
}

.mp-col {
    flex: 1;
}