feat(theme-wrapper): remove shrink-to-fit=no (#2870)

See:
https://www.matuzo.at/blog/html-boilerplate/
https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html
HTML 5 Boilerplate
This commit is contained in:
Nathan Knowler
2021-12-02 07:51:13 -06:00
committed by GitHub
parent 759eb08030
commit 0976ced31f

View File

@@ -2,7 +2,7 @@
<html <?php language_attributes(); ?>>
<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">
<?php wp_head(); ?>
</head>