Merge pull request #19 from grapegravity/add-viewport

Add a viewport declaration; improve mobile view
This commit is contained in:
Morgan 2015-06-20 11:16:20 -07:00
commit 72705caa5e

View File

@ -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)