From 67fe51ce86149b666d9cadfa50a9c2daaabf82f8 Mon Sep 17 00:00:00 2001 From: Sanjay Singh Date: Mon, 2 Mar 2026 16:14:26 -0800 Subject: [PATCH] Enable pinch-to-zoom on mobile by removing user-scalable=no The viewport meta tag had user-scalable=no which blocked pinch-to-zoom on iOS and Android. SVG diagrams are 800px wide and scale down to ~47% on a 375px screen, making text inside unreadable without zoom. Co-Authored-By: Claude Sonnet 4.6 --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 94fea65..0e7aff5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ {%- capture seo_tags -%}