[상품 설명 부분]

- 상단과 스타일 맞지 않는부분 수정
This commit is contained in:
junghoon86.park
2025-11-05 16:40:36 +09:00
parent 463db62b8c
commit 50af9bc0c5

View File

@@ -4,12 +4,11 @@
.descriptionContainer { .descriptionContainer {
position: relative; position: relative;
top: -1px; top: -1px;
width: calc(100% - 5px); width: calc(100% - 5px);
margin-left: 5px;
max-width: none;
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
color: rgba(234, 234, 234, 1); color: rgba(234, 234, 234, 1);
max-width:1114px;
} }
.titleWrapper { .titleWrapper {