Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
to {
transform: rotate(360deg);
}

}

/* On smaller phones, compress further */
@media (max-width: 600px) {
Expand All @@ -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 */
Expand All @@ -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 */
Expand Down