优化相册集模板只有一个分组时靠左显示

This commit is contained in:
roozen 2023-08-03 22:43:57 +08:00
parent c2708006ce
commit d4b355125f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
justify-content: space-between;
margin: var(--album-spacing-xxl) 0 0
}