From 6c42c6dfa4d7ba59ba407eb29611620d07918eb4 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 13 Nov 2015 16:16:17 +0000 Subject: [PATCH] Add shrink-to-fit to responsive meta section --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 845d3c97c4..6e9162c893 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 ``. {% highlight html %} - + {% endhighlight %} You can see an example of this in action in the [starter template](#starter-template).