diff options
author | Morgan <m@morganastra.me> | 2015-06-20 11:16:20 -0700 |
---|---|---|
committer | Morgan <m@morganastra.me> | 2015-06-20 11:16:20 -0700 |
commit | 72705caa5e4339c88d5e4dd85c3b471c124192bf (patch) | |
tree | ee3cc89c0b492058398cba517b3ad6e4c238898f /src | |
parent | 8a4c234ba9c67c52064add7da1dba39e672a4681 (diff) | |
parent | ede4b1e5bd1bff78aadfe83f12c3f7944134aef8 (diff) |
Merge pull request #19 from grapegravity/add-viewport
Add a viewport declaration; improve mobile view
Diffstat (limited to 'src')
-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) |