about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pronouns/pages.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index 1992328..3c90360 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -75,6 +75,7 @@
    [:html
     [:head
      [:title title]
+     [:meta {:name "viewport" :content "width=device-width"}]
      [:link {:rel "stylesheet" :href "/pronouns.css"}]]
     [:body
      (title-block title)
@@ -103,6 +104,7 @@
      [:html
       [:head
        [:title title]
+       [:meta {:name "viewport" :content "width=device-width"}]
        [:link {:rel "stylesheet" :href "/pronouns.css"}]]
       [:body
        (title-block title)