From 1a557f5130d650c307e9a07692c2c70e6073fba3 Mon Sep 17 00:00:00 2001 From: Toni Vanhala Date: Thu, 18 Jun 2020 09:07:29 +0300 Subject: [PATCH] fix: set viewport meta to scale on mobile --- src/ClojureFinland/html/page.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ClojureFinland/html/page.clj b/src/ClojureFinland/html/page.clj index fe86b6f..9e2f1ff 100644 --- a/src/ClojureFinland/html/page.clj +++ b/src/ClojureFinland/html/page.clj @@ -167,6 +167,7 @@ [:meta {:http-equiv "refresh" :content 1}]) [:meta {:charset "utf-8"}] + [:meta {:name "viewport" :content "width=device-width, initial-scale=1"}] (page/include-css "styles.css")] [:body