2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Remove the now unneeded shrink-to-fit directive. (#28314)

This commit is contained in:
XhmikosR
2019-02-27 17:47:41 +02:00
committed by GitHub
parent 428280574b
commit d5f9107abb
15 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<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="{{ page.description | default: site.description | smartify }}">
<meta name="author" content="{{ site.authors }}">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">