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:
@@ -2,7 +2,7 @@
|
|||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<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(); ?>
|
<?php wp_head(); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user