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 | 2f635765380dfcdcb63cadbed7a81a120e0d3eb9 (patch) | |
| tree | 430b67af45844edbcd7dde11be7aab32b31d7924 | |
| parent | 68a92876bc2627ab5578a3e11406a9b11fdd9b93 (diff) | |
| download | bootstrap-2f635765380dfcdcb63cadbed7a81a120e0d3eb9.tar.xz bootstrap-2f635765380dfcdcb63cadbed7a81a120e0d3eb9.zip | |
some (android) devices need this viewport meta tag for responsive design to work.
| -rw-r--r-- | hero.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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=""> |
