]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix: change margin breakpoints for bootstrap logo on double header (#33759)
authoralpadev <2838324+alpadev@users.noreply.github.com>
Tue, 27 Apr 2021 03:52:59 +0000 (05:52 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 03:52:59 +0000 (06:52 +0300)
site/content/docs/5.0/examples/headers/index.html

index 61a48a5439a0d1ef9280c823089e89f12cb69e93..2a4585e9d58ead152a50647f9a9906474e92b66d 100644 (file)
@@ -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>