From a06b9396568441dfe4eef2ff40eac951f8664187 Mon Sep 17 00:00:00 2001
From: johannst <johannst@users.noreply.github.com>
Date: Wed, 20 Mar 2024 20:40:48 +0000
Subject: deploy: fe0a37a39f133d60e47cb041973136e5d6154657

---
 web/src/tags.html  | 2 ++
 web/src/tags2.html | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/web/src/tags.html b/web/src/tags.html
index d9ea9af..1500e3a 100644
--- a/web/src/tags.html
+++ b/web/src/tags.html
@@ -1,3 +1,5 @@
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
 <script>
 /// Map HTML elements to display kinds.
 const elementToDisplay = (E) => {
diff --git a/web/src/tags2.html b/web/src/tags2.html
index a321aeb..6625000 100644
--- a/web/src/tags2.html
+++ b/web/src/tags2.html
@@ -1,3 +1,5 @@
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
 <script>
 /// Map HTML elements to display kinds.
 const elementToDisplay = (E) => {
-- 
cgit v1.2.3