change JS-off "emergency" viewport to 720px

This commit is contained in:
Jeff Atwood 2015-01-14 17:06:45 -08:00
parent 0a4582fbc7
commit 655dd66884
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<%= crawlable_meta_data(title: @topic_view.title,
description: @topic_view.summary,
image: @topic_view.image_url) %>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<meta name="viewport" content="width=720, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes">
</head>
<body>
<% @topic_view.posts.each do |post| %>