From 655dd6688458fcc0249a02f4beb797b462db54b3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 14 Jan 2015 17:06:45 -0800 Subject: [PATCH] change JS-off "emergency" viewport to 720px --- app/views/topics/plain.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/plain.html.erb b/app/views/topics/plain.html.erb index 8facc6a9563..8da43ff2472 100644 --- a/app/views/topics/plain.html.erb +++ b/app/views/topics/plain.html.erb @@ -6,7 +6,7 @@ <%= crawlable_meta_data(title: @topic_view.title, description: @topic_view.summary, image: @topic_view.image_url) %> - + <% @topic_view.posts.each do |post| %>