diff options
| author | XhmikosR <[email protected]> | 2018-12-16 16:39:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-16 16:39:48 +0200 |
| commit | 07b4b5907bf82f302517b0ec0f2686f76577668d (patch) | |
| tree | 62205a29a6c734145ff943f08888080197636aa7 /site/_includes/header.html | |
| parent | 8ee2065d163425abfbf5d66c39683742b178f14e (diff) | |
| download | bootstrap-07b4b5907bf82f302517b0ec0f2686f76577668d.tar.xz bootstrap-07b4b5907bf82f302517b0ec0f2686f76577668d.zip | |
Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855)
This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
Diffstat (limited to 'site/_includes/header.html')
| -rw-r--r-- | site/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html index d7393d60a..83d051fa8 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -1,5 +1,5 @@ <meta charset="utf-8"> -<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="{{ page.description | default: site.description | smartify }}"> <meta name="author" content="{{ site.authors }}"> <meta name="generator" content="Jekyll v{{ jekyll.version }}"> |
