Fix for card image scaling problem
Card images were losing aspect, change to "background-size: cover" to fix.
This commit is contained in:
@@ -247,7 +247,7 @@ button {
|
||||
}
|
||||
|
||||
.coveredImage {
|
||||
background-size: 100% 100%;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
@@ -780,4 +780,4 @@ button {
|
||||
.cardOverlayFab-primary:hover {
|
||||
transform: scale(1.4, 1.4);
|
||||
transition: 0.2s;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user