Template:Portal CSS/style.css

Template page
Revision as of 16:10, 3 November 2023 by CriticalResist (talk | contribs)
.portal{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	gap:10px;
}