From 04cec0ec104cc422c6f89e387357cf2392cdfe40 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 26 May 2020 07:04:58 -0400 Subject: [PATCH] Use actual viewport tag with initial-scale set to 1 --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 0ef7d54ff..8b093fd12 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -5,7 +5,7 @@ {%- block extrahead %} {{ super() }} - + {% endblock %} {%- block relbar2 %}{% endblock %}