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

Template page
No edit summary
No edit summary
Line 10: Line 10:
border:1px black solid;
border:1px black solid;
border-radius:8px;
border-radius:8px;
display:flex;
flex-flow:column nowrap;
align-items:center;
}
.donate-logo-image{
width:30px;
height:30px;
margin: 0 auto;
}
}



Revision as of 00:02, 1 August 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;
	display:flex;
	flex-flow:column nowrap;
	align-items:center;
}

.donate-logo-image{
	width:30px;
	height:30px;
	margin: 0 auto;
}

.donate-logo-image img{
	width:30px;
	height:30px;
	object-fit:contain;
	overflow:hidden;
}

.donate-logo-text{
	
}