about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/panettone/src/css.lisp4
-rw-r--r--web/panettone/src/panettone.lisp4
2 files changed, 5 insertions, 3 deletions
diff --git a/web/panettone/src/css.lisp b/web/panettone/src/css.lisp
index 2357e0ccef..e7a2c814e7 100644
--- a/web/panettone/src/css.lisp
+++ b/web/panettone/src/css.lisp
@@ -138,7 +138,7 @@
     (a :color "inherit")
 
     (.content
-     :width "800px"
+     :max-width "800px"
      :margin "0 auto")
 
     (header
@@ -174,7 +174,7 @@
      :background-color ,color/failure)
 
     (.login-form
-     :width "300px"
+     :max-width "300px"
      :margin "0 auto")
 
     (.created-by-at
diff --git a/web/panettone/src/panettone.lisp b/web/panettone/src/panettone.lisp
index e71be53eb9..c84a206811 100644
--- a/web/panettone/src/panettone.lisp
+++ b/web/panettone/src/panettone.lisp
@@ -202,7 +202,9 @@ updated issue"
       :lang "en"
       (:head
        (:title (who:esc *title*))
-       (:link :rel "stylesheet" :type "text/css" :href "/main.css"))
+       (:link :rel "stylesheet" :type "text/css" :href "/main.css")
+       (:meta :name "viewport"
+              :content "width=device-width,initial-scale=1"))
       (:body
        (:div
         :class "content"