Merge pull request #886 from IanDelMar/patch-4
Remove superfluous space - thx @IanDelMar
This commit is contained in:
commit
1c806b7e57
|
@ -34,7 +34,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<nav class="navbar navbar-expand-md navbar-dark bg-primary">
|
<nav class="navbar navbar-expand-md navbar-dark bg-primary">
|
||||||
|
|
||||||
<?php if ( 'container' == $container ) : ?>
|
<?php if ( 'container' == $container ) : ?>
|
||||||
<div class="container" >
|
<div class="container">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<!-- Your site title as branding in the menu -->
|
<!-- Your site title as branding in the menu -->
|
||||||
|
|
Reference in New Issue