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

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
无编辑摘要
无编辑摘要
第20行: 第20行:
margin: 0px 0px 0px 12px;
margin: 0px 0px 0px 12px;
font-weight: 500;
font-weight: 500;
font-size: 20px
font-size: 16px !important
}
}
.creator-description {
.creator-description {
margin: 8px 0px 16px 0px;
margin: 8px 0 16px 0 !important
}
}

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

#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: 8px 0 16px 0 !important
}