优化相册集模板只有一个分组时靠左显示
This commit is contained in:
parent
c2708006ce
commit
d4b355125f
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue