Skip to content

Commit 94202cf

Browse files
authored
fix: change margin breakpoints for bootstrap logo on double header (#33759)
1 parent 0fa8cb0 commit 94202cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/5.0/examples/headers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
</nav>
220220
<header class="py-3 mb-4 border-bottom">
221221
<div class="container d-flex flex-wrap justify-content-center">
222-
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
222+
<a href="/" class="d-flex align-items-center mb-3 mb-lg-0 me-lg-auto text-dark text-decoration-none">
223223
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg>
224224
<span class="fs-4">Double header</span>
225225
</a>

0 commit comments

Comments
 (0)