From d9c1fa11524fe904d122e2e71576d3141a22ecc6 Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 6 Jun 2018 10:39:44 +0900 Subject: [PATCH 1/3] Flexbox based sticky footer --- .../examples/sticky-footer-navbar/index.html | 10 ++++--- .../sticky-footer-navbar.css | 26 +++++++++---------- docs/4.1/examples/sticky-footer/index.html | 10 ++++--- .../examples/sticky-footer/sticky-footer.css | 22 +++++++++------- 4 files changed, 37 insertions(+), 31 deletions(-) diff --git a/docs/4.1/examples/sticky-footer-navbar/index.html b/docs/4.1/examples/sticky-footer-navbar/index.html index 166c54522bde..d9e5ca6fa6e9 100644 --- a/docs/4.1/examples/sticky-footer-navbar/index.html +++ b/docs/4.1/examples/sticky-footer-navbar/index.html @@ -46,10 +46,12 @@ -
-

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.

-

Back to the default sticky footer minus the navbar.

+
+
+

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.

+

Back to the default sticky footer minus the navbar.

+