Navigation Blocks - Brand Center - improve code

This is the current code when using the Navigation Blocks - Brand Center

  <header class="bg-light">
    <div class="container">
      <div class="row">
        <div class="col">
          <nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-between">
            <a class="navbar-brand me-auto ms-auto" href="#">Navbar</a>
          </nav>
        </div>
      </div>
    </div>
  </header>

This gives the same result

  <nav class="navbar navbar-expand-lg navbar-light bg-light">
    <div class="container">
      <a class="navbar-brand me-auto ms-auto" href="#">Navbar</a>
    </div>
  </nav>

The other Navigation Blocks could undergo the same code simplification.

Community Page
Last updated: