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

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
无编辑摘要
无编辑摘要
第6行: 第6行:
.creator-grid {
.creator-grid {
display: grid;
display: grid;
grid: auto-flow / repeat(2, 50%)
grid: auto-flow / repeat(2, 50%);
}
}
.creator-container {
.creator-container {
第15行: 第15行:
.creator-title {
.creator-title {
display: flex;
display: flex;
align-items: center
align-items: center;
}
}
.creator-title-text {
.creator-title-text {
margin: 0px 0px 0px 12px;
margin: 0px 0px 0px 12px;
font-weight: 500;
font-weight: 500;
font-size: 16px !important
font-size: 16px !important;
}
}
.creator-description {
.creator-description {
margin: 8px 0 16px 0 !important
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;
}