[상품상세] 폰트수정

- 글자크기가 디자인과 맞지 않아 이부분 수정.
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/CommonStyle.module.less';
@import "../../../../../style/utils.module.less"; @import '../../../../../style/utils.module.less';
.wrapper { .wrapper {
height: 100%; height: 100%;
@@ -30,7 +30,7 @@
} }
.name { .name {
font-weight: bold; font-weight: bold;
font-size: 36px; font-size: 30px;
color: @COLOR_WHITE; color: @COLOR_WHITE;
width: 100%; width: 100%;
} }
@@ -40,7 +40,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
} }
.btmLayer2 { .btmLayer2 {
margin: 5px 0; margin: 5px 0;
display: flex; display: flex;
align-items: center; align-items: center;