diff options
| author | John Wright <[email protected]> | 2012-02-07 11:06:08 -0800 |
|---|---|---|
| committer | John Wright <[email protected]> | 2012-02-07 11:06:08 -0800 |
| commit | 93aa5c869eb736bcafefa12e0077725c83163734 (patch) | |
| tree | a86f2a0edff4cfceb3232f93ccc2a41820053ef3 /starter-template.html | |
| parent | 2f635765380dfcdcb63cadbed7a81a120e0d3eb9 (diff) | |
| download | bootstrap-93aa5c869eb736bcafefa12e0077725c83163734.tar.xz bootstrap-93aa5c869eb736bcafefa12e0077725c83163734.zip | |
some (android) devices need this viewport meta tag for responsive design to work
Diffstat (limited to 'starter-template.html')
| -rw-r--r-- | starter-template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starter-template.html b/starter-template.html index c8b2a09cf..75249d711 100644 --- a/starter-template.html +++ b/starter-template.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=""> |
