diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 4c6bdb7391..d211f1a526 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -1,27 +1,24 @@ -
-

Jumbotron

+--- +layout: page +title: Jumbotron +--- -

A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

-
-
-

Hello, world!

-

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

-

Learn more

-
-
-{% highlight html %} +A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site. + +{% example html %}

Hello, world!

-

...

+

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

Learn more

-{% endhighlight %} -

To make the jumbotron full width, and without rounded corners, place it outside all .containers and instead add a .container within.

-{% highlight html %} +{% endexample %} + +To make the jumbotron full width, and without rounded corners, place it outside all `.container`s and instead add a `.container` within. + +{% example html %}
...
-{% endhighlight %} -
+{% endexample %}