Skip to content

Commit 8589bab

Browse files
committed
Adjust docs style
1 parent 681cd9b commit 8589bab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/_static/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ pre {
9595
}
9696

9797
@media screen and (max-width: 600px) {
98-
.documentwrapper {
98+
.document {
9999
width: 100%;
100+
}
101+
.documentwrapper {
100102
padding-right: 15px;
101103
padding-left: 15px;
102104
}

doc/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
{%- block extrahead %}
44
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
56
{% endblock %}

0 commit comments

Comments
 (0)