User:Aesulus/Membership box.css

From Hololive Fan Wiki
Revision as of 08:38, 30 December 2021 by Aesulus (talk | contribs)
.membership-emotes {
	display: flex;
	flex-flow: row wrap;
}

.membership-emotes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.membership-emotes li {
	display: inline;
}

.membership-emotes img {
	width: 32px;
	height: 32px;
}

.membership-table {
	display: flex;
	flex-flow: row wrap;
}

.membership-header {
	text-align: center;
	font-weight: bold;
	padding: 0.2em 0;
	width: 100%;
}