diff options
| author | Mark Otto <[email protected]> | 2011-10-22 15:49:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-22 15:49:42 -0700 |
| commit | d4675bf4ef8019fc80e3b6816d3597c07cde81df (patch) | |
| tree | 3e935ce414bab4e55f1f9dac1e6fe0eea58ebd61 /docs | |
| parent | 80332e8340dfdb9d73caa682016746823b9d0d82 (diff) | |
| download | bootstrap-d4675bf4ef8019fc80e3b6816d3597c07cde81df.tar.xz bootstrap-d4675bf4ef8019fc80e3b6816d3597c07cde81df.zip | |
updating the docs to include more responsive fixes, adding rows to the responsive changes as well to undo negative margin
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c1c43b1d8..b618c44b8 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -340,9 +340,17 @@ h2 + table { } } -@media (min-width: 768px) and (max-width: 900px) { - .footer, - .jumbotron { - min-width: 748px; +@media (min-width: 768px) and (max-width: 940px) { + + /* Scale down the jumbotron content */ + .jumbotron h1 { + font-size: 72px; + } + + /* Provide enough space on right-hand side for benefits list */ + .jumbotron h1, + .jumbotron p { + margin-right: 40%; } } + |
