diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-23 23:36:43 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-23 23:36:43 +0200 |
commit | eaad370b048bcb11f087fdf97528bfb31141ad0e (patch) | |
tree | 2f8962ff54350602471d0971c6879e5ac2dd0efe | |
parent | 8992949a664797c8f657e7973c66e4cd7d199927 (diff) |
Add a width specification to the viewport meta tag.
Ignore-this: 4597ab8cf4540b50a6c2b78b59d75d9e
darcs-hash:2c6b24e148cadf8417ba2f02ddcd7c64e609ee3f
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |