Browse Source
Revert "Remove minimum-scale on viewport"
pull/37/head
Jure Šorn
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
index.html
-
web/template.html
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" /> |
|
|
|
<title>Comprehensive Python Cheatsheet</title> |
|
|
|
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language."> |
|
|
|
<link rel="icon" href="web/favicon.png"> |
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" /> |
|
|
|
<title>Comprehensive Python Cheatsheet</title> |
|
|
|
<meta name="description" content="Exhaustive, simple, beautiful and concise. A truly pythonic cheat sheet about Python programming language."> |
|
|
|
<link rel="icon" href="web/favicon.png"> |
|
|
|