aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-05-15 18:48:14 +0300
committerXhmikosR <[email protected]>2019-06-06 19:15:18 +0300
commit1835004b96b7fb47153147a24d4ebd6c825a5aab (patch)
tree329532c45a54c1f68ca93b34c10ff6baf5012e3a
parent8c61254919b90a42eb13a8272680778a9e6fefa8 (diff)
downloadbootstrap-1835004b96b7fb47153147a24d4ebd6c825a5aab.tar.xz
bootstrap-1835004b96b7fb47153147a24d4ebd6c825a5aab.zip
Update site/content/docs/4.3/examples/sticky-footer-navbar/index.html
Co-Authored-By: Shohei Yoshida <[email protected]>
-rw-r--r--site/content/docs/4.3/examples/sticky-footer-navbar/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/examples/sticky-footer-navbar/index.html b/site/content/docs/4.3/examples/sticky-footer-navbar/index.html
index 34d4d0d29..dfd24351e 100644
--- a/site/content/docs/4.3/examples/sticky-footer-navbar/index.html
+++ b/site/content/docs/4.3/examples/sticky-footer-navbar/index.html
@@ -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>