ui(cupang): 설정 프레임 높이 950->900 (Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>)
This commit is contained in:
@@ -149,15 +149,15 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 16px; align-items: flex-start;
|
gap: 16px; align-items: flex-start;
|
||||||
}
|
}
|
||||||
/* 미라네 주방 상품: 폭 500 / 높이 950 고정, 내부 스크롤 */
|
/* 미라네 주방 상품: 폭 500 / 높이 900 고정, 내부 스크롤 */
|
||||||
.cpg-prod-left {
|
.cpg-prod-left {
|
||||||
width: 500px; height: 950px;
|
width: 500px; height: 900px;
|
||||||
display: flex; flex-direction: column;
|
display: flex; flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
/* 등록된 제품명: 폭 600 / 높이 950 고정, 내부 스크롤 */
|
/* 등록된 제품명: 폭 600 / 높이 900 고정, 내부 스크롤 */
|
||||||
.cpg-prod-right {
|
.cpg-prod-right {
|
||||||
width: 600px; height: 950px;
|
width: 600px; height: 900px;
|
||||||
display: flex; flex-direction: column;
|
display: flex; flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user