diff options
author | Jessica Stokes <hello@jessicastokes.net> | 2015-06-16 18:26:53 +1000 |
---|---|---|
committer | Jessica Stokes <hello@jessicastokes.net> | 2015-06-16 18:28:07 +1000 |
commit | ede4b1e5bd1bff78aadfe83f12c3f7944134aef8 (patch) | |
tree | 66a6af1200bb560ccf1355ed21fabd9a216ac94e | |
parent | 80dc5f45fb36393c95d8af0a418f9e96e3d9c50b (diff) |
Add a viewport declaration; improve mobile view
-rw-r--r-- | src/pronouns/pages.clj | 2 |
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) |