Skip to content

Commit

Permalink
Accessibility: Allow zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Jul 10, 2018
1 parent 797c139 commit 0e5540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -11,7 +11,7 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

Expand Down

0 comments on commit 0e5540d

Please sign in to comment.