User:Warthog/styles.css

From Hololive Fan Wiki
Revision as of 02:44, 9 March 2021 by Warthog (talk | contribs) (Warthog changed the content model of the page User:Warthog/styles.css from "CSS" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.mp-row {
    display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
}

.mp-col {
    flex: 1;
}