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
+1 -1
View File
@@ -247,7 +247,7 @@ button {
}
.coveredImage {
background-size: 100% 100%;
background-size: cover;
background-position: center center;
}