Merge pull request #365 from Roozenlz/main

优化相册集模板只有一个分组时靠左显示
This commit is contained in:
Roozen 2023-08-03 22:44:40 +08:00 committed by GitHub
commit 2aada9a4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}