From eaad370b048bcb11f087fdf97528bfb31141ad0e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 23 Oct 2009 23:36:43 +0200 Subject: Add a width specification to the viewport meta tag. Ignore-this: 4597ab8cf4540b50a6c2b78b59d75d9e darcs-hash:2c6b24e148cadf8417ba2f02ddcd7c64e609ee3f --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal.lisp b/journal.lisp index c4946b5..96bc7c6 100755 --- a/journal.lisp +++ b/journal.lisp @@ -438,7 +438,7 @@ ;; designed to work with small devices. It's not so great when your ;; pages mostly consist of lots of text to read, though. Therefore, ;; let's disable the default scaling here. - (<:meta :name "viewport" :content "initial-scale=1.0") + (<:meta :name "viewport" :content "initial-scale=1.0, width=device-width") (<:title (<:as-is (if page-title -- cgit v1.2.3