From 98365c1d49217d03a8ce8f75e954d34ef8733231 Mon Sep 17 00:00:00 2001 From: M Samarth Mahendra Date: Wed, 5 Nov 2025 23:17:07 -0500 Subject: [PATCH] css fix --- index.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 73c5a03..9e08eb0 100644 --- a/index.html +++ b/index.html @@ -1163,7 +1163,7 @@ to { transform: rotate(360deg); } - +} /* On smaller phones, compress further */ @media (max-width: 600px) { @@ -1175,10 +1175,6 @@ #timeline text { font-size: 10px !important; } - /* tighter left margin inside D3 plot */ - #timeline g { - transform: translate(90px, 20px) !important; - } } /* 🚫 Remove all inner padding and margin for cards on phones */ @@ -1194,21 +1190,20 @@ .company-card-item, .table-wrapper, .metrics-banner { - padding: 0 !important; - margin: 0 !important; - gap: 0 !important; + margin: 3px !important; + gap: 3px !important; } /* ensure chart/visual fills card width cleanly */ svg, canvas { - border-radius: 0 !important; + border-radius: 2px !important; max-height: none !important; } /* no spacing between metric cards or dashboard cards */ .dashboard-grid { - gap: 0 !important; + gap: 2px !important; } /* flatten titles/subtitles */