From cfdc66a342ef42856f500a066cadfadd68693838 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 20:52:46 -0800 Subject: [PATCH] fix sticky footer example navbar --- docs/examples/sticky-footer-navbar/index.html | 51 ++++++++----------- 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 77242a6f64..a78be094d0 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -21,40 +21,31 @@ -
- +
-
+

Sticky footer with fixed navbar

Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with padding-top: 60px; on the body > .container.