We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7edbf commit fc0e41fCopy full SHA for fc0e41f
docs/_templates/layout.html
@@ -3,7 +3,15 @@
3
{%- block extrahead %}
4
{# No super() because we want to avoid loading an empty custom.css file #}
5
6
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
+ {# <meta name="viewport" content="width=device-width, initial-scale=0.75, maximum-scale=0.75" /> #}
7
+
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <style>
10
+ div.body {
11
+ min-width: initial;
12
+ max-width: initial;
13
+ }
14
+ </style>
15
16
{% if pagename == 'index' %}
17
<link rel="canonical" href="https://docs.python-guide.org/"/>
0 commit comments