Merge branch 'master' of github.com:phanan/koel

This commit is contained in:
An Phan 2016-05-02 10:24:55 +07:00
commit 149f097b97

View file

@ -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() {