There was an error while loading. Please reload this page.
1 parent 681cd9b commit 8589babCopy full SHA for 8589bab
doc/_static/custom.css
@@ -95,8 +95,10 @@ pre {
95
}
96
97
@media screen and (max-width: 600px) {
98
- .documentwrapper {
+ .document {
99
width: 100%;
100
+ }
101
+ .documentwrapper {
102
padding-right: 15px;
103
padding-left: 15px;
104
doc/_templates/layout.html
@@ -2,4 +2,5 @@
2
3
{%- block extrahead %}
4
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
{% endblock %}
0 commit comments