html fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -33,11 +33,11 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -33,11 +33,11 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 33 | aria-expanded="false" | 33 | aria-expanded="false" |
| 34 | aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>" | 34 | aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>" |
| 35 | > | 35 | > |
| 36 | <div class="hamburger"> | 36 | <span class="hamburger"> |
| 37 | <span class="line"></span> | 37 | <span class="line"></span> |
| 38 | <span class="line"></span> | 38 | <span class="line"></span> |
| 39 | <span class="line"></span> | 39 | <span class="line"></span> |
| 40 | </div> | 40 | </span> |
| 41 | </button> | 41 | </button> |
| 42 | <div class="row"> | 42 | <div class="row"> |
| 43 | 43 | ... | ... |
-
Please register or sign in to post a comment