From 72f50a0964da81168956010cc67bdd3fa6644b49 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 25 Apr 2017 08:10:43 -0400 Subject: [PATCH] match second instance of viewport meta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the viewport meta is listed in the essential tags area, and then again in the Meta listing. In the Meta listing, it has the shrinl-to-fit=no, per necessity for iOS9 devices. Adding the shrink-to-fit to the first instance of the viewport meta to keep things consistent / not promote a version of the tag that won’t take iOS9 into account. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc330da..619a801 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Below are the essential tags for basic, minimalist websites: ```html - + Page Title ```