模板:Main page/builder/styles.css

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
#home-builder {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.creator-grid {
	display: grid;
	grid: auto-flow / repeat(2, 50%);
}
.creator-container {
	margin: 10px;
	display: flex;
	flex-direction: column;
}
.creator-title {
	display: flex;
	align-items: center;
}
.creator-title-text {
	margin: 0px 0px 0px 12px;
	font-weight: 500;
	font-size: 16px !important;
}
.creator-description {
	margin: 12px 0px 12px 0px !important;
	text-indent: 30px;
}