[상품상세] 폰트수정

- 글자크기가 디자인과 맞지 않아 이부분 수정.
This commit is contained in:
junghoon86.park
2025-12-15 14:29:54 +09:00
parent 2c681bab68
commit 78153bae0c

View File

@@ -1,5 +1,5 @@
@import "../../../../../style/CommonStyle.module.less";
@import "../../../../../style/utils.module.less";
@import '../../../../../style/CommonStyle.module.less';
@import '../../../../../style/utils.module.less';
.wrapper {
height: 100%;
@@ -30,7 +30,7 @@
}
.name {
font-weight: bold;
font-size: 36px;
font-size: 30px;
color: @COLOR_WHITE;
width: 100%;
}