From 64c3209e67b31e3b7738d0abafab52efd64ad975 Mon Sep 17 00:00:00 2001 From: rorychatt Date: Tue, 12 May 2026 15:31:06 +0200 Subject: [PATCH] [00002] Increase chart heights for better visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increased chart container heights to improve data readability: - Comparison chart: 450px → 550px (+100px) - Standard charts: 420px → 520px (+100px) --- src/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index 3c35179..f921a1b 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -380,7 +380,7 @@ header p { } .comparison-chart-container { - height: 450px; + height: 550px; } /* ─── Summary Cards ───────────────────────────────────── */ @@ -487,7 +487,7 @@ header p { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; - height: 420px; + height: 520px; } .table-section {