Merge pull request #619 from DaveChild/patch-1

Fix for card image scaling problem
This commit is contained in:
dkanada 2020-01-06 14:11:19 +09:00 committed by GitHub
commit a5f09cdfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ button {
} }
.coveredImage { .coveredImage {
background-size: 100% 100%; background-size: cover;
background-position: center center; background-position: center center;
} }