Template:NIWA/styles.css

From Golden Sun Universe
.niwa-box {
	background: #FFFFFF;
	border: 2px solid gold;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px;
}

.niwa-box .niwa-text {
	display: block;
	text-align: center;
	width: 100%;
}

.niwa-box .niwa-logo {
	flex-basis: 20%;
	text-align: center;
}

.niwa-box .wiki-list {
	flex-basis:100%;
}

.niwa-box .wiki-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.niwa-box .wiki-list ul li {
	list-style: none;
	flex-basis: 32%;
}