diff options
| author | John Wright <[email protected]> | 2012-02-07 11:05:13 -0800 |
|---|---|---|
| committer | John Wright <[email protected]> | 2012-02-07 11:05:13 -0800 |
| commit | 9928e7fd3ccdf81b9990ed1dc95256d7d56ffc64 (patch) | |
| tree | 50dee7e39a2bf44aac4f74e9aa09ebd49e080be4 /docs | |
| parent | 91d0997c79722cebbfc00e45affe8ac6d03dd54a (diff) | |
| download | bootstrap-9928e7fd3ccdf81b9990ed1dc95256d7d56ffc64.tar.xz bootstrap-9928e7fd3ccdf81b9990ed1dc95256d7d56ffc64.zip | |
some (android) devices need this viewport meta tag for responsive design to work.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/hero.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/hero.html b/docs/examples/hero.html index 7d60d1a48..bfcd80344 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Bootstrap, from Twitter</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> |
