diff options
| author | Patrick H. Lauke <[email protected]> | 2015-10-09 21:03:58 +0100 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-10-09 21:03:58 +0100 |
| commit | c989fcc857fb2318d5d62e53178cc0b223d4d708 (patch) | |
| tree | d7bf26a3b589caa111ded7e2fa9ffec792e57b95 /docs | |
| parent | 93e56a0c64c2b27f414c1c70b8d3cfe90afeaa37 (diff) | |
| parent | 6ebd6c4aab70fde4ab6dadc2ac7a982bb0932484 (diff) | |
| download | bootstrap-c989fcc857fb2318d5d62e53178cc0b223d4d708.tar.xz bootstrap-c989fcc857fb2318d5d62e53178cc0b223d4d708.zip | |
Merge pull request #17875 from patrickhlauke/v4-ios-viewport-tweak2
Add shrink-to-fit to getting started
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 395d43f63..03c1079dc 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -49,7 +49,7 @@ Put it all together and your pages should look like this: <head> <!-- Required meta tags always come first --> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Bootstrap CSS --> |
