diff --git a/css/style.css b/css/style.css index 7f6fd9c..2d4d335 100644 --- a/css/style.css +++ b/css/style.css @@ -127,7 +127,7 @@ body > hr { width: min(50vw, 200px); transform: translateX(-50%) translateY(-50%); filter: drop-shadow(0 0 10px black); - opacity: clamp(0, calc( 1 - ( var(--zoom-level) - 18 ) ), 1) ; + opacity: clamp(0, calc( 1 - ( var(--zoom-level) - 12 ) ), 1) ; pointer-events: none; } diff --git a/js/map.js b/js/map.js index 960939f..57fd8e6 100644 --- a/js/map.js +++ b/js/map.js @@ -87,7 +87,6 @@ export async function init(){ className: "center-marker" }), title: "Camp Interhack 2026", - minZoom: 18, } ).addTo(map)