aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-05-26 07:04:58 -0400
committerRapptz <[email protected]>2020-05-26 07:04:58 -0400
commit04cec0ec104cc422c6f89e387357cf2392cdfe40 (patch)
tree24a8c78a909283c3f9050f380c3c74afd5de581b /docs
parentAdd fixed header links, fix some parts of mobile UI (diff)
downloaddiscord.py-04cec0ec104cc422c6f89e387357cf2392cdfe40.tar.xz
discord.py-04cec0ec104cc422c6f89e387357cf2392cdfe40.zip
Use actual viewport tag with initial-scale set to 1
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 0ef7d54f..8b093fd1 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -5,7 +5,7 @@
{%- block extrahead %}
{{ super() }}
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
{% endblock %}
{%- block relbar2 %}{% endblock %}