From: Mark Otto Date: Thu, 27 Oct 2011 16:35:58 +0000 (-0700) Subject: update docs for responsive X-Git-Tag: v2.0.0~6^2~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20b9390a9e3a94dae86af388821aa8f458ba057f;p=thirdparty%2Fbootstrap.git update docs for responsive --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3a4dcff1c3..7238badb35 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -351,6 +351,21 @@ h2 + table { } +@media (min-width: 480px) and (max-width: 768px) { + + /* Scale down the jumbotron content */ + .jumbotron h1 { + font-size: 54px; + } + + .jumbotron h1, + .jumbotron p { + margin-right: 40%; + } + +} + + @media (min-width: 768px) and (max-width: 940px) { /* Scale down the jumbotron content */