[TV앱테스트] HOME / POPULAR SHOW / Show Host, 파트너사 로고 표시 안됨(미완)

[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-1961
 
[DESC]
 - 현재 답장이 달리지않아서 볼드처리 우선처리.
 - 한줄일경우 가운데로 오도록 변경.
This commit is contained in:
junghoon86.park
2024-03-18 15:41:30 +09:00
parent 61d3596a28
commit 6f9042c410

View File

@@ -247,15 +247,20 @@
} }
.descWrap { .descWrap {
margin-top: 38px; margin-top: 35px;
color: @COLOR_GRAY06; color: @COLOR_GRAY06;
font-size: 24px; font-size: 24px;
.size(@w: 510px, @h: 61px); .size(@w: 510px, @h: 64px);
display: flex; display: flex;
.title { .title {
width: calc(100% - 72px); width: calc(100% - 72px);
font-weight: bold;
.elip(@clamp: 2); .elip(@clamp: 2);
line-height: 1.33;
display: flex;
align-items: center;
} }
} }
} }
@@ -300,6 +305,7 @@
width: 270px; width: 270px;
height: 402px; height: 402px;
.elip(@clamp: 12); .elip(@clamp: 12);
font-weight: bold;
} }
} }
} }