From 07b4b5907bf82f302517b0ec0f2686f76577668d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 16 Dec 2018 16:39:48 +0200 Subject: Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410. --- site/docs/4.1/getting-started/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/docs') diff --git a/site/docs/4.1/getting-started/introduction.md b/site/docs/4.1/getting-started/introduction.md index 5d84ba66a..55ced2f9c 100644 --- a/site/docs/4.1/getting-started/introduction.md +++ b/site/docs/4.1/getting-started/introduction.md @@ -65,7 +65,7 @@ Be sure to have your pages set up with the latest design and development standar - + @@ -106,7 +106,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). -- cgit v1.2.3