diff --git a/hugo-site/layouts/shortcodes/small-world-routing.html b/hugo-site/layouts/shortcodes/small-world-routing.html
index 139e1b81..46b081b0 100644
--- a/hugo-site/layouts/shortcodes/small-world-routing.html
+++ b/hugo-site/layouts/shortcodes/small-world-routing.html
@@ -12,7 +12,7 @@
-
+
diff --git a/hugo-site/static/js/small-world-routing.js b/hugo-site/static/js/small-world-routing.js
index ac5a2b2b..072f8bdf 100644
--- a/hugo-site/static/js/small-world-routing.js
+++ b/hugo-site/static/js/small-world-routing.js
@@ -40,7 +40,7 @@ async function initVisualization() {
// Parameters
const numPeers = 100;
- const radius = 220;
+ const radius = 150;
const connectionProbability = (distance) => 1 / (distance + 1);
let peers = [];