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