Skip to content

Commit 69bb7d5

Browse files
Fixes #1599 (#1600)
1 parent a710267 commit 69bb7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<html <?php language_attributes(); ?>>
1212
<head>
1313
<meta charset="<?php bloginfo( 'charset' ); ?>">
14-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">
14+
<meta name="viewport" content="width=device-width, initial-scale=1">
1515
<link rel="profile" href="http://gmpg.org/xfn/11">
1616
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
1717

0 commit comments

Comments
 (0)