Add initial scale meta tag
This commit is contained in:
parent
9febb0c22b
commit
46d405f276
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title><?php echo wp_get_document_title(); ?></title>
|
<title><?php echo wp_get_document_title(); ?></title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
</head>
|
</head>
|
||||||
<body class="font-sans bg-white text-gray-900 leading-normal antialiased">
|
<body class="font-sans bg-white text-gray-900 leading-normal antialiased">
|
||||||
|
|
Loading…
Reference in a new issue