]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html
authorXhmikosR <xhmikosr@gmail.com>
Wed, 15 May 2019 15:48:14 +0000 (18:48 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 6 Jun 2019 16:15:18 +0000 (19:15 +0300)
Co-Authored-By: Shohei Yoshida <fellows3@gmail.com>
site/content/docs/4.3/examples/sticky-footer-navbar/index.html

index 34d4d0d294b23de683cd2682d4f92670039a816a..dfd24351e1512adeb457b268c06d48c815bc6c1d 100644 (file)
@@ -38,7 +38,7 @@ body_class: "d-flex flex-column h-100"
 <main role="main" class="flex-shrink-0">
   <div class="container">
     <h1 class="mt-5">Sticky footer with fixed navbar</h1>
-    <p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code class="small">padding-top: 60px;</code> on the <code>main &gt; .container</code>.</p>
+    <p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code class="small">padding-top: 60px;</code> on the <code class="small">main &gt; .container</code>.</p>
     <p>Back to <a href="{{< docsref "/examples/sticky-footer" >}}">the default sticky footer</a> minus the navbar.</p>
   </div>
 </main>