diff options
| author | Rapptz <[email protected]> | 2020-05-26 07:04:58 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:50 -0500 |
| commit | 4dcf4bc6f4597a414dfe32afcdb18f2f20d2ca71 (patch) | |
| tree | 83c55dbb2adca97569cdc543fbf9f57214c6eeca /docs | |
| parent | Add fixed header links, fix some parts of mobile UI (diff) | |
| download | discord.py-4dcf4bc6f4597a414dfe32afcdb18f2f20d2ca71.tar.xz discord.py-4dcf4bc6f4597a414dfe32afcdb18f2f20d2ca71.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 %} |