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

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
(创建页面,内容为“#home-builder { display: flex; flex-direction: column; justify-content: space-between; }”)
 
无编辑摘要
第3行: 第3行:
flex-direction: column;
flex-direction: column;
justify-content: space-between;
justify-content: space-between;
}
.user-grid {
display: grid;
grid: auto-flow 48px / repeat(2, 50%)
}
}

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

#home-builder {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.user-grid {
	display: grid;
	grid: auto-flow 48px / repeat(2, 50%)
}