From 26ed7cebc64d565ff0fa6b3da063bfa260d69501 Mon Sep 17 00:00:00 2001 From: hbyang Date: Fri, 16 Jan 2026 15:06:36 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/index.css b/index.css index 085c90d..3de60f2 100644 --- a/index.css +++ b/index.css @@ -1893,10 +1893,7 @@ .analysis-grid { display: grid; grid-template-columns: 1fr 1fr; - align-items: stretch; - height: calc(100vh - 320px); - min-height: 350px; - max-height: 550px; + align-items: start; } } @@ -1917,8 +1914,7 @@ @media (min-width: 768px) { .brand-identity-card { padding: 32px; - height: 100%; - max-height: none; + max-height: 453px; } } @@ -2080,7 +2076,7 @@ flex-direction: column; gap: 16px; width: 100%; - height: 100%; + max-height: 453px; } /* Feature Card for Analysis Page (Selling Points & Keywords) */ @@ -2102,7 +2098,7 @@ @media (min-width: 768px) { .analysis-cards-column .feature-card { - padding: 24px 32px; + padding: 32px; } } @@ -2111,9 +2107,6 @@ display: flex; flex-wrap: wrap; gap: 8px; - overflow-y: auto; - flex: 1; - min-height: 0; align-content: flex-start; }