6 lines
93 B
CSS
6 lines
93 B
CSS
.card-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
vertical-align: bottom;
|
|
object-fit: cover;
|
|
} |