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:24, 3 November 2023 by CriticalResist (talk | contribs)
.portal{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	gap:20px;
}

@media only screen and (max-width:768px){
	.portal{
		gap:10px;
	}
}