From 57377c7d1f9613ed35d8dbb7e622ce1fbe26334d Mon Sep 17 00:00:00 2001 From: hbyang Date: Fri, 9 Jan 2026 08:53:05 +0900 Subject: [PATCH] =?UTF-8?q?home=20=ED=99=94=EB=A9=B4=20=EC=9C=A0=ED=8A=9C?= =?UTF-8?q?=EB=B8=8C=20=EC=98=81=EC=83=81=20=EB=B9=84=EC=9C=A8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 2e705bb..31f09c3 100644 --- a/index.css +++ b/index.css @@ -2940,7 +2940,7 @@ } } -/* Display Frame */ +/* Display Frame - 가로 크기는 feature-card와 일치, 세로는 9:16 비율 */ .display-frame { display: flex; width: 120px; @@ -2960,15 +2960,15 @@ @media (min-width: 768px) { .display-frame { - width: 200px; - height: 356px; + width: 280px; + height: 498px; } } @media (min-width: 1024px) { .display-frame { - width: 270px; - height: 480px; + width: 340px; + height: 604px; } }