From d5f9107abb4917488d5fc8a1eb8d5a4f01229f01 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 27 Feb 2019 17:47:41 +0200 Subject: Remove the now unneeded `shrink-to-fit` directive. (#28314) --- site/docs/4.3/getting-started/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/docs') diff --git a/site/docs/4.3/getting-started/introduction.md b/site/docs/4.3/getting-started/introduction.md index 26e321ed3..49602f360 100644 --- a/site/docs/4.3/getting-started/introduction.md +++ b/site/docs/4.3/getting-started/introduction.md @@ -63,7 +63,7 @@ Be sure to have your pages set up with the latest design and development standar - + @@ -103,7 +103,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