From ede4b1e5bd1bff78aadfe83f12c3f7944134aef8 Mon Sep 17 00:00:00 2001 From: Jessica Stokes Date: Tue, 16 Jun 2015 18:26:53 +1000 Subject: [PATCH] Add a viewport declaration; improve mobile view --- src/pronouns/pages.clj | 2 ++ 1 file changed, 2 insertions(+) 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)