Template:Donate platform/style.css

Template page
Revision as of 23:54, 31 July 2023 by CriticalResist (talk | contribs) (Created page with ".donate-logo-container{ display:flex; flex-flow:row wrap; justify-content:flex-start; } .donate-logo-button{ width:300px; height:300px; border:1px black solid; border-radius:8px; } .donate-logo-image{ width:30px; object-fit:contain; } .donate-logo-text{ }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.donate-logo-container{
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}

.donate-logo-button{
	width:300px;
	height:300px;
	border:1px black solid;
	border-radius:8px;
}

.donate-logo-image{
	width:30px;
	object-fit:contain;
}

.donate-logo-text{
	
}