Merge pull request #619 from DaveChild/patch-1
Fix for card image scaling problem
This commit is contained in:
@@ -247,7 +247,7 @@ button {
|
||||
}
|
||||
|
||||
.coveredImage {
|
||||
background-size: 100% 100%;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user