模板:Main page/builder/styles.css:修订间差异

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
无编辑摘要
无编辑摘要
第23行: 第23行:
}
}
.creator-description {
.creator-description {
margin: 12px 0px 12px 0px !important;
margin: 6px 0px 12px 0px !important;
text-indent: 30px;
text-indent: 30px;
}
}

2023年9月19日 (二) 19:29的版本

#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: 6px 0px 12px 0px !important;
	text-indent: 30px;
}