improve image fit

This commit is contained in:
SrGooglo 2025-02-05 02:35:17 +00:00
parent b4f1282ba5
commit 350cd060e2

View File

@ -26,12 +26,12 @@
max-height: 200px;
img {
height: 100%;
width: 100%;
height: 200px;
width: 200px;
border-radius: 12px;
object-fit: contain;
object-fit: cover;
}
}
}