Commit 245e59676de3593e01810dd2632055ad2693b86f:
    another attempt to be mobile friendly


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/board/agenda/views/feedback.html.rb                      | ++++ ----
------------------------------------------------------------
8 changes: 4 additions, 4 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/views/feedback.html.rb 
b/www/board/agenda/views/feedback.html.rb
index 6f002f4..b3e5c09 100644
--- a/www/board/agenda/views/feedback.html.rb
+++ b/www/board/agenda/views/feedback.html.rb
@@ -1,12 +1,12 @@
 _html do
-  _head do
-    _style %{
+  _head_ do
+    _meta name: "viewport", content: 'width=device-width', initial_scale: 1
+    _style_ %{
       div:empty {display: none}
-      .feedback pre {min-width: 640px; display: inline-block}
     }
   end
 
-  _body.feedback do
+  _body do
     _div.alert
 
     _form_ method: 'post' do

Reply via email to