Template:Portal container/style.css

Template page
Revision as of 16:08, 3 November 2023 by CriticalResist (talk | contribs) (Created page with ".portal-container{ padding:10px; border:1px gray solid; border-radius:3px; } .portal-container-half{ width:48%; } .portal-container-full{ width:100%; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.portal-container{
	padding:10px;
	border:1px gray solid;
	border-radius:3px;
}

.portal-container-half{
	width:48%;
}

.portal-container-full{
	width:100%;
}