From 17dfd23cfcaf5e7ecaa902bf50a0ce80a8261706 Mon Sep 17 00:00:00 2001 From: king Date: Sat, 30 May 2026 04:24:24 +0900 Subject: [PATCH] =?UTF-8?q?ui(cupang):=20=EC=84=A4=EC=A0=95=20=ED=94=84?= =?UTF-8?q?=EB=A0=88=EC=9E=84=20=EB=86=92=EC=9D=B4=20950->900=20(Co-Author?= =?UTF-8?q?ed-By:=20Claude=20Opus=204.8=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/cupang.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/static/cupang.css b/app/static/cupang.css index 9885a8f..b344729 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -149,15 +149,15 @@ flex-wrap: wrap; gap: 16px; align-items: flex-start; } -/* 미라네 주방 상품: 폭 500 / 높이 950 고정, 내부 스크롤 */ +/* 미라네 주방 상품: 폭 500 / 높이 900 고정, 내부 스크롤 */ .cpg-prod-left { - width: 500px; height: 950px; + width: 500px; height: 900px; display: flex; flex-direction: column; overflow: hidden; } -/* 등록된 제품명: 폭 600 / 높이 950 고정, 내부 스크롤 */ +/* 등록된 제품명: 폭 600 / 높이 900 고정, 내부 스크롤 */ .cpg-prod-right { - width: 600px; height: 950px; + width: 600px; height: 900px; display: flex; flex-direction: column; overflow: hidden; }