[상품상세] 폰트수정

- 폰트수정
This commit is contained in:
junghoon86.park
2025-12-15 14:31:13 +09:00
parent 78153bae0c
commit 3ce4398e67

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%;
}