diff --git a/index.html b/index.html index c21d64d..9a6406f 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,7 @@ // Standard projection - we'll rotate the entire SVG group const projection = d3.geoNaturalEarth1() - .scale(240) + .scale(250) .center([0, 0]) .translate([width / 2, height / 2]);