Updated
This commit is contained in:
@@ -33,18 +33,18 @@
|
||||
}
|
||||
|
||||
.vs01-dir-card-core .vs01-card-image {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
flex: 0 0 300px;
|
||||
width: 260px;
|
||||
height: 260px;
|
||||
flex: 0 0 260px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.vs01-dir-card-core .vs01-card-image img {
|
||||
display: block;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
width: 260px;
|
||||
height: 260px;
|
||||
max-width: 260px;
|
||||
max-height: 260px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user