This commit is contained in:
2026-06-13 15:35:28 -04:00
parent f25f84792e
commit 0273411091

View File

@@ -40,10 +40,12 @@
} }
.vs01-dir-card-core .vs01-card-image img { .vs01-dir-card-core .vs01-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block; display: block;
width: 300px;
height: 300px;
max-width: 300px;
max-height: 300px;
object-fit: cover;
} }
.vs01-dir-card-core .vs01-card-body { .vs01-dir-card-core .vs01-card-body {