From 28329e2b8762fe64ceab7839b4d69cb22fc86270 Mon Sep 17 00:00:00 2001 From: Cody Date: Sun, 5 Apr 2026 18:17:56 -0400 Subject: [PATCH] fix(a11y): remove maximum-scale=1 from viewport meta tag Prevents user zoom which is an accessibility anti-pattern. Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 86382c2..923ca09 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ {% block title %}{{ config.title }}{% endblock title %} - +