Skip to content

Commit e96696a

Browse files
authored
Merge pull request #11 from tonivanhala/fix/mobile-scaling
fix scaling on mobile devices
2 parents 845acb9 + 1a557f5 commit e96696a

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
@@ -174,6 +174,7 @@
174174
[:meta {:http-equiv "refresh" :content 1}])
175175

176176
[:meta {:charset "utf-8"}]
177+
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
177178
(page/include-css "styles.css")]
178179

179180
[:body

0 commit comments

Comments
 (0)