Add a viewport declaration; improve mobile view

This commit is contained in:
Jessica Stokes 2015-06-16 18:26:53 +10:00
parent 80dc5f45fb
commit ede4b1e5bd

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)