Remove superfluous space

This commit is contained in:
IanDelMar 2019-01-04 10:50:50 +01:00 committed by GitHub
parent 02c6cf3484
commit 88cf1467d2
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 -->