diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:37:21 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:37:21 +0000 |
commit | 321efcdd0eefee55935f37c917ed550f09f16774 (patch) | |
tree | a96102b6f27ba8d54e3fcebe18d632b9995ee01a /templates | |
parent | 9da4e4921cea63c09039f5a93b55f1fc8f043fd9 (diff) |
added viewport scaling
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index a83f4ee..2785d42 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@ <!--[if IE]> <script src="{{MEDIA_URL}}js/html5.js"></script> <![endif]--> - <meta name="viewport" content="width=device-width" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" |