Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2015-10-09 23:01:21 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2015-10-09 23:01:21 +0300
commit6ebd6c4aab70fde4ab6dadc2ac7a982bb0932484 (patch)
treed7bf26a3b589caa111ded7e2fa9ffec792e57b95 /docs
parent93e56a0c64c2b27f414c1c70b8d3cfe90afeaa37 (diff)
Add shrink-to-fit to getting started
See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 395d43f634..03c1079dc5 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 -->