模板:Main page/builder/styles.css

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
#home-builder {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.creator-grid {
	display: grid;
	grid: auto-flow 48px / repeat(2, 50%)
}
.creator-container {
	margin: 10px;
}
.creator-title {
	display: flex;
}
.creator-pic {
	border-radius: 50%;
}