Skip to content

Commit 1a557f5

Browse files
author
Toni Vanhala
committed
fix: set viewport meta to scale on mobile
1 parent 6f5d8a4 commit 1a557f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ClojureFinland/html/page.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
[:meta {:http-equiv "refresh" :content 1}])
168168

169169
[:meta {:charset "utf-8"}]
170+
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
170171
(page/include-css "styles.css")]
171172

172173
[:body

0 commit comments

Comments
 (0)