m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/template.html.erb
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-07-26 20:13:18 -0700
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-07-26 20:13:18 -0700
commitcf78bf06c85cb25ab6bd4343d5d30f95fd332f69 (patch)
tree0afa538ce6ab33fcd6dbc0f631a2868065711691 /src/template.html.erb
parenta84badc9cb7c53aa739bd9792adce2601948762f (diff)
Add viewport tag
Diffstat (limited to 'src/template.html.erb')
-rw-r--r--src/template.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template.html.erb b/src/template.html.erb
index d61054e..98fad97 100644
--- a/src/template.html.erb
+++ b/src/template.html.erb
@@ -2,6 +2,7 @@
<title><%= head_title %></title>
<link rel='stylesheet' type='text/css' href='<%= path_to 'style' %>'>
<meta charset='utf8'>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1><%= h1_title %></h1>