From 9b3262cb151346432756eba2625d19af733858c8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 19:04:38 -0800 Subject: [PATCH] more narrow jumbotron example fixes in the mobile first arena --- docs/examples/jumbotron-narrow.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/examples/jumbotron-narrow.html b/docs/examples/jumbotron-narrow.html index c39b5397b3..b9a26c7578 100644 --- a/docs/examples/jumbotron-narrow.html +++ b/docs/examples/jumbotron-narrow.html @@ -50,10 +50,7 @@ title: Narrow page template /* Main marketing message and sign up button */ .jumbotron { text-align: center; - } - .jumbotron h1 { - font-size: 72px; - line-height: 1; + border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; @@ -81,6 +78,10 @@ title: Narrow page template .header { margin-bottom: 30px; } + /* Remove the bottom border on the jumbotron for visual effect */ + .jumbotron { + border-bottom: 0; + } } @@ -97,7 +98,7 @@ title: Narrow page template
-

Super awesome marketing speak!

+

Jumbotron heading

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

Sign up today