Skip to content

Commit

Permalink
Fixes click area for header example snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 8, 2023
1 parent 039f3d1 commit 3cec38c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions site/content/docs/5.3/examples/headers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ <h1 class="visually-hidden">Headers examples</h1>

<div class="container">
<header class="d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center col-md-3 mb-2 mb-md-0 link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap"><use xlink:href="#bootstrap"/></svg>
</a>
<div class="col-md-3 mb-2 mb-md-0">
<a href="/" class="d-inline-flex link-body-emphasis text-decoration-none">
<svg class="bi" width="40" height="32" role="img" aria-label="Bootstrap"><use xlink:href="#bootstrap"/></svg>
</a>
</div>

<ul class="nav col-12 col-md-auto mb-2 justify-content-center mb-md-0">
<li><a href="#" class="nav-link px-2 link-secondary">Home</a></li>
Expand Down

0 comments on commit 3cec38c

Please sign in to comment.