summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-04-13 21:45:07 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-04-13 21:45:07 -0600
commit2aaf958e3ceb7de9dba7894944349438a8162f9c (patch)
treea4b1d190c2d4f7197d2758f239a276132e584e6c /templates/base.html
parent5841234f682cbc51536d612515521dfacfd7d016 (diff)
accessibility fixes
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index d0361ce..c19bcff 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,7 @@
{% block head %}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#6a9fb5">
<title>{% block title %}{% endblock %}</title>