diff options
| -rw-r--r-- | site/content/docs/4.3/examples/sticky-footer-navbar/index.html | 2 |
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 dfd24351e..c64e6bf00 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 @@ -44,7 +44,7 @@ body_class: "d-flex flex-column h-100" </main> <footer class="footer mt-auto py-3 bg-light"> - <div class="container px-3"> + <div class="container"> <span class="text-muted">Place sticky footer content here.</span> </div> </footer> |
