Skip to content

Commit cac663c

Browse files
zlyfunctionclaude
andcommitted
Shrink ClustrMaps globe to 38% via CSS zoom
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cd37de6 commit cac663c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@
496496
margin: 0 0 14px;
497497
}
498498

499+
.visitor-map-wrap .clstrm_outer {
500+
zoom: 0.38;
501+
display: inline-block;
502+
}
503+
499504
/* ── Footer ── */
500505
footer {
501506
border-top: 1px solid var(--color-border);

0 commit comments

Comments
 (0)