5afd7889 by Jeff Balicki

veiwport

1 parent 786a012b
......@@ -17,7 +17,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
......