aboutsummaryrefslogtreecommitdiff
path: root/site/_layouts/examples.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-27 17:47:41 +0200
committerGitHub <[email protected]>2019-02-27 17:47:41 +0200
commitd5f9107abb4917488d5fc8a1eb8d5a4f01229f01 (patch)
tree614d74e07ba74def1f9897defa5e53c84c0fc13c /site/_layouts/examples.html
parent428280574b50b3edf8d50170ddf827d4f0d14a7e (diff)
downloadbootstrap-d5f9107abb4917488d5fc8a1eb8d5a4f01229f01.tar.xz
bootstrap-d5f9107abb4917488d5fc8a1eb8d5a4f01229f01.zip
Remove the now unneeded `shrink-to-fit` directive. (#28314)
Diffstat (limited to 'site/_layouts/examples.html')
-rw-r--r--site/_layouts/examples.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html
index cc4344f02..f7e4556e4 100644
--- a/site/_layouts/examples.html
+++ b/site/_layouts/examples.html
@@ -2,7 +2,7 @@
<html lang="en"{% if page.html_class %} class="{{ page.html_class }}"{% endif %}>
<head>
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="{{ site.authors }}">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">