aboutsummaryrefslogtreecommitdiff
path: root/javascript/app/index.html
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-03-23 01:58:05 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-03-23 01:58:05 +0300
commitdb54d0594b84966ec3568c90c4219abb60c2e41f (patch)
tree8fd1633302fefd5e5803c4584566099f5f2f4ef4 /javascript/app/index.html
parentcac568f01609bf224c0e26ec62880bf7dbb58a07 (diff)
Hide the left panel by default on small screens; reduce initial-scale
Diffstat (limited to 'javascript/app/index.html')
-rw-r--r--javascript/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/app/index.html b/javascript/app/index.html
index c1119c7..2be0d64 100644
--- a/javascript/app/index.html
+++ b/javascript/app/index.html
@@ -6,7 +6,7 @@
<title>Haskell Code Explorer</title>
<meta name="description" content="Haskell Code Explorer">
<meta name="google" content="notranslate">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=0.6">
{{content-for 'head'}}
<link rel="stylesheet" href="/assets/vendor.css">
<link rel="stylesheet" href="/assets/haskell-code-explorer.css">