Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Width device width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrehaut committed Feb 14, 2017
1 parent 4b24edd commit 0486b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width">
<link rel="profile" href="http://gmpg.org/xfn/11">

<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<body <?php body_class('site'); ?>>

<!-- IE 9 < warning -->
<!--[if lte IE 9]>
Expand Down

0 comments on commit 0486b6f

Please sign in to comment.