about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan <m@morganastra.me>2015-06-20 11:16:20 -0700
committerMorgan <m@morganastra.me>2015-06-20 11:16:20 -0700
commit72705caa5e4339c88d5e4dd85c3b471c124192bf (patch)
treeee3cc89c0b492058398cba517b3ad6e4c238898f
parent8a4c234ba9c67c52064add7da1dba39e672a4681 (diff)
parentede4b1e5bd1bff78aadfe83f12c3f7944134aef8 (diff)
Merge pull request #19 from grapegravity/add-viewport
Add a viewport declaration; improve mobile view
-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)