Merge pull request #19 from grapegravity/add-viewport
Add a viewport declaration; improve mobile view
This commit is contained in:
commit
72705caa5e
@ -75,6 +75,7 @@
|
|||||||
[:html
|
[:html
|
||||||
[:head
|
[:head
|
||||||
[:title title]
|
[:title title]
|
||||||
|
[:meta {:name "viewport" :content "width=device-width"}]
|
||||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||||
[:body
|
[:body
|
||||||
(title-block title)
|
(title-block title)
|
||||||
@ -103,6 +104,7 @@
|
|||||||
[:html
|
[:html
|
||||||
[:head
|
[:head
|
||||||
[:title title]
|
[:title title]
|
||||||
|
[:meta {:name "viewport" :content "width=device-width"}]
|
||||||
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
|
||||||
[:body
|
[:body
|
||||||
(title-block title)
|
(title-block title)
|
||||||
|
Loading…
Reference in New Issue
Block a user