aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-14 17:23:22 -0800
committerMark Otto <[email protected]>2015-11-14 17:23:22 -0800
commit1a3acc8a4b95f2efc45ccbd5218330c6193c4424 (patch)
tree274bc1741bad7ca837040e59cd7d607b9e80e11a /docs/getting-started
parent23e746d479f3098448d76ccafc9c2d77019c2562 (diff)
parent0d34169e1f1126c0e752694905c037278402e0c8 (diff)
downloadbootstrap-1a3acc8a4b95f2efc45ccbd5218330c6193c4424.tar.xz
bootstrap-1a3acc8a4b95f2efc45ccbd5218330c6193c4424.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/getting-started')
-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 845d3c97c..6e9162c89 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -87,7 +87,7 @@ Bootstrap requires the use of the HTML5 doctype. Without it, you'll see some fun
Bootstrap is developed *mobile first*, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, **add the responsive viewport meta tag** to your `<head>`.
{% highlight html %}
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% endhighlight %}
You can see an example of this in action in the [starter template](#starter-template).