about summary refs log tree commit diff
path: root/web/panettone/src/panettone.lisp
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-24T01·07-0400
committerglittershark <grfn@gws.fyi>2020-07-25T02·38+0000
commit850f6fc27b28411318615dd5b4dc7002333be7a2 (patch)
treecea0298c3913698fd7dadac1671eea954431d2f6 /web/panettone/src/panettone.lisp
parent2f85dfe50c1eb9622a1b409de95629bcced0992f (diff)
feat(web/panettone): Make responsive r/1467
Make the site responsive, by making all the hard :widths we were using
into :max-widths, and adding a viewport meta tag.

Change-Id: I02f054f81ff57fbd1c4603b179b2104367f03e3b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1415
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to '')
-rw-r--r--web/panettone/src/panettone.lisp4
1 files changed, 3 insertions, 1 deletions
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"