1 parent 7b76099 commit 8c293dfCopy full SHA for 8c293df
1 file changed
assets/css/icl.css
@@ -241,9 +241,9 @@
241
}
242
243
.card img {
244
- width: 100%;
+ width: auto;
245
height: 250px; /* Adjust height to desired uniform size */
246
- object-fit: cover; /* Ensures the image fills frame without distortion */
+ object-fit: contain; /* Ensures the image fills frame without distortion */
247
object-position: center; /* Centers image crop */
248
background-color: white; /* Prevents odd backgrounds when transparent */
249
0 commit comments