fix(ai-cases): 성공 사례 카드 썸네일 object-position 하단 정렬

Made-with: Cursor
This commit is contained in:
2026-04-08 20:17:56 +09:00
parent 14fa47922a
commit b9baa7ec12

View File

@@ -464,6 +464,8 @@ button {
width: 100%;
height: 100%;
object-fit: cover;
/* 세로로 잘릴 때 중앙이 아니라 하단(사진 본문·도표 쪽)이 보이도록 */
object-position: center bottom;
display: block;
}