模板:B ProjectDivide/Style.css:修订间差异
来自Limbo Wiki Mirror
| 无编辑摘要 | 无编辑摘要 | ||
| 第11行: | 第11行: | ||
|      justify-content: center; |      justify-content: center; | ||
| 	align-items: flex-start; | 	align-items: flex-start; | ||
| } | |||
| .PDBox h4, | |||
| .PDBox h5, | |||
| .PDBox h6{ | |||
| 	flex:100%; | |||
| } | } | ||
2024年10月10日 (四) 17:52的版本
.PDCard{
	flex:1;
	min-width: 350px;
	max-width: 450px;
	text-align:center;
	margin-right:1em;
}
.PDBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: flex-start;
}
.PDBox h4,
.PDBox h5,
.PDBox h6{
	flex:100%;
}
