Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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;
}