diff options
| author | Rapptz <[email protected]> | 2020-05-26 07:04:58 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-26 07:04:58 -0400 |
| commit | 04cec0ec104cc422c6f89e387357cf2392cdfe40 (patch) | |
| tree | 24a8c78a909283c3f9050f380c3c74afd5de581b /docs | |
| parent | Add fixed header links, fix some parts of mobile UI (diff) | |
| download | discord.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.html | 2 |
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 %} |