[bugfix] Card: thumb image align center (#3229)

This commit is contained in:
neverland 2019-04-28 11:42:27 +08:00 committed by GitHub
parent dfac025b74
commit d2bc38f1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
} }
&__thumb { &__thumb {
display: flex;
position: relative; position: relative;
width: @card-thumb-size; width: @card-thumb-size;
height: @card-thumb-size; height: @card-thumb-size;