Skip to content

Commit edc9af9

Browse files
authored
Merge pull request #37 from gto76/revert-36-master
Revert "Remove minimum-scale on viewport"
2 parents 7641f00 + 73b1301 commit edc9af9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
77
<title>Comprehensive Python Cheatsheet</title>
88
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
99
<link rel="icon" href="web/favicon.png">

web/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
77
<title>Comprehensive Python Cheatsheet</title>
88
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language.">
99
<link rel="icon" href="web/favicon.png">

0 commit comments

Comments
 (0)