aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralpadev <[email protected]>2021-04-27 05:52:59 +0200
committerGitHub <[email protected]>2021-04-27 06:52:59 +0300
commit94202cf7bf7e372e35168d30a36ea234bcbdc79b (patch)
treea879688d7d7741bb4d1c1c2e65215419f4aa3ca2
parent0fa8cb0bd3b4ccf09dd59bfc0d8fb9abeb31d9dc (diff)
downloadbootstrap-94202cf7bf7e372e35168d30a36ea234bcbdc79b.tar.xz
bootstrap-94202cf7bf7e372e35168d30a36ea234bcbdc79b.zip
fix: change margin breakpoints for bootstrap logo on double header (#33759)
-rw-r--r--site/content/docs/5.0/examples/headers/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/headers/index.html b/site/content/docs/5.0/examples/headers/index.html
index 61a48a543..2a4585e9d 100644
--- a/site/content/docs/5.0/examples/headers/index.html
+++ b/site/content/docs/5.0/examples/headers/index.html
@@ -219,7 +219,7 @@ body_class: ""
</nav>
<header class="py-3 mb-4 border-bottom">
<div class="container d-flex flex-wrap justify-content-center">
- <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
+ <a href="/" class="d-flex align-items-center mb-3 mb-lg-0 me-lg-auto text-dark text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg>
<span class="fs-4">Double header</span>
</a>