mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Merge branch 'master' of github.com:phanan/koel
This commit is contained in:
commit
149f097b97
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
align-content: flex-start;
|
||||
|
||||
.item {
|
||||
align-self: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin artist-album-card() {
|
||||
|
|
Loading…
Reference in a new issue