Template:Flexbox wrap/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Spesh531 at 17:22, 4 August 2025 (Undid revision 1299366490 by RossO (talk) this edit broke template usage. It now overlaps with each other, and as can be seen in most MLB season of the last 50 years, with infoboxes and maps). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.flexboxWrapContainer
{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.flexboxWrapComponent
{
	flex: 1;
}