[상품 상세]

- 글자 폰트 변경 및 노출관련하여 margin을 Padding으로 변경.
This commit is contained in:
junghoon86.park
2025-12-08 15:10:29 +09:00
parent d164630200
commit 2627a7ac68

View File

@@ -30,7 +30,7 @@
}
.name {
font-weight: bold;
font-size: 36px;
font-size: 30px;
color: @COLOR_GRAY07;
}
.btmLayer {
@@ -188,9 +188,9 @@
.productNm {
width: 100%;
font-weight: bold;
font-size: 36px;
font-size: 38px;
color: @COLOR_WHITE;
flex:none;
.elip(2);
margin-bottom: 20px;
padding-bottom: 20px;
}