Template:Donate platform/style.css: Difference between revisions

Template page
(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{ }")
 
No edit summary
Line 15: Line 15:
width:30px;
width:30px;
object-fit:contain;
object-fit:contain;
overflow:hidden;
}
}



Revision as of 23:58, 31 July 2023

.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;
	overflow:hidden;
}

.donate-logo-text{
	
}