Merge pull request #886 from IanDelMar/patch-4

Remove superfluous space - thx @IanDelMar
This commit is contained in:
Holger 2019-01-07 11:32:57 +01:00 committed by GitHub
commit 1c806b7e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<nav class="navbar navbar-expand-md navbar-dark bg-primary">
<?php if ( 'container' == $container ) : ?>
<div class="container" >
<div class="container">
<?php endif; ?>
<!-- Your site title as branding in the menu -->