diff options
| author | Raul Riera <[email protected]> | 2011-11-07 10:22:28 +0100 |
|---|---|---|
| committer | Raul Riera <[email protected]> | 2011-11-07 10:22:28 +0100 |
| commit | 74dc83f211245dfaf06da9a1b2ad94f51f790be2 (patch) | |
| tree | c55fa6a1bbf348db79a6aff9645f491d608302ae /docs/index.html | |
| parent | f459f826af827735f8bfea2e850dba1151b19efc (diff) | |
| download | bootstrap-74dc83f211245dfaf06da9a1b2ad94f51f790be2.tar.xz bootstrap-74dc83f211245dfaf06da9a1b2ad94f51f790be2.zip | |
Added the view port meta tag for proper responsiveness
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 7b9131502..8109b6c95 100644 --- a/docs/index.html +++ b/docs/index.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=""> |
