- 부가서비스 소개 이미지 크기 축소, 문구 표시 통일

This commit is contained in:
HyeonJongKim
2025-11-21 10:54:34 +09:00
parent f58ecbf45e
commit e22fb91708
2 changed files with 18 additions and 6 deletions

View File

@@ -567,6 +567,18 @@ main.pop{
padding-bottom: 100px;
}
/* 부가서비스 리스트 스타일 조정 */
.ing-list .list-wrap02 {
gap: 50px;
}
.ing-list .list-wrap01 img,
.ing-list .list-wrap02 img {
width: 60px;
height: 60px;
object-fit: contain;
}
.resend-text {
word-break: break-all !important;
}