diff --git a/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html b/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html index 4b535f6c..fffe8a06 100644 --- a/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html +++ b/hugo-site/layouts/shortcodes/summary-delta-sync/sync.html @@ -375,7 +375,7 @@ }); // Adjust spacing based on screen size - const PEER_SPACING = window.innerWidth <= 768 ? 10 : 20; + const PEER_SPACING = window.innerWidth <= 768 ? 5 : 10; // Position summary1 to the right of peer1 const summary1Left = (peer1Rect.right - containerRect.left) + PEER_SPACING;