diff options
| author | Mark Otto <[email protected]> | 2011-10-27 09:35:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-27 09:35:58 -0700 |
| commit | 20b9390a9e3a94dae86af388821aa8f458ba057f (patch) | |
| tree | 35e082aab2e0ef411377cb231d50809f18099c3c /docs/assets/css/docs.css | |
| parent | 19feb1b1ff56db21bc36106e3b57943ca490a912 (diff) | |
| download | bootstrap-20b9390a9e3a94dae86af388821aa8f458ba057f.tar.xz bootstrap-20b9390a9e3a94dae86af388821aa8f458ba057f.zip | |
update docs for responsive
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3a4dcff1c..7238badb3 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 */ |
