diff options
| author | XhmikosR <[email protected]> | 2019-05-15 18:48:27 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-06-06 19:15:18 +0300 |
| commit | cafbbdc3b670ff45c5e9aeb52eed977fc5ba81ac (patch) | |
| tree | 08919e6d7b87be3eae2f2bc2a28a6cb0df2cbb1c | |
| parent | 1835004b96b7fb47153147a24d4ebd6c825a5aab (diff) | |
| download | bootstrap-cafbbdc3b670ff45c5e9aeb52eed977fc5ba81ac.tar.xz bootstrap-cafbbdc3b670ff45c5e9aeb52eed977fc5ba81ac.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.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> |
