veiwport
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -17,7 +17,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); | ... | @@ -17,7 +17,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); |
| 17 | <html <?php language_attributes(); ?>> | 17 | <html <?php language_attributes(); ?>> |
| 18 | <head> | 18 | <head> |
| 19 | <meta charset="<?php bloginfo( 'charset' ); ?>"> | 19 | <meta charset="<?php bloginfo( 'charset' ); ?>"> |
| 20 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 20 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> | 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
| 22 | <?php wp_head(); ?> | 22 | <?php wp_head(); ?> |
| 23 | </head> | 23 | </head> | ... | ... |
-
Please register or sign in to post a comment