diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 0700fe477e..177e2487c8 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -473,7 +473,7 @@ input.focused { /* Account for fixed navbar */ body { - padding-top: 52px; + padding-top: 50px; } /* Tweak display of docs jumbotrons */ diff --git a/docs/getting-started.html b/docs/getting-started.html index 6977e5a336..88ceb00011 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -273,12 +273,19 @@

Sticky footer

Pin a fixed-height footer to the bottom of the user's viewport.

+
+ + + +

Sticky footer w/ navbar

+

Add a fixed navbar to the default sticky footer template.

+

Carousel jumbotron

-

A more interactive riff on the basic marketing site featuring a prominent carousel.

+

An interactive riff on the basic marketing site featuring a prominent carousel.

diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index b5b57ab42f..44a70c693c 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -202,12 +202,19 @@

Sticky footer

Pin a fixed-height footer to the bottom of the user's viewport.

+
+ + + +

Sticky footer w/ navbar

+

Add a fixed navbar to the default sticky footer template.

+

Carousel jumbotron

-

A more interactive riff on the basic marketing site featuring a prominent carousel.

+

An interactive riff on the basic marketing site featuring a prominent carousel.