User:Warthog/styles.css

Revision as of 02:29, 9 March 2021 by Warthog (talk | contribs) (Created page with ".mp-row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; } .mp-col { flex: 1; }")
(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;
}