change JS-off "emergency" viewport to 720px
This commit is contained in:
parent
0a4582fbc7
commit
655dd66884
|
@ -6,7 +6,7 @@
|
||||||
<%= crawlable_meta_data(title: @topic_view.title,
|
<%= crawlable_meta_data(title: @topic_view.title,
|
||||||
description: @topic_view.summary,
|
description: @topic_view.summary,
|
||||||
image: @topic_view.image_url) %>
|
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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<% @topic_view.posts.each do |post| %>
|
<% @topic_view.posts.each do |post| %>
|
||||||
|
|
Loading…
Reference in New Issue