]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update docs for responsive
authorMark Otto <mark.otto@twitter.com>
Thu, 27 Oct 2011 16:35:58 +0000 (09:35 -0700)
committerMark Otto <mark.otto@twitter.com>
Thu, 27 Oct 2011 16:35:58 +0000 (09:35 -0700)
docs/assets/css/docs.css

index 3a4dcff1c3dedf699d9728d35559623b45f0bef6..7238badb350e45f5cc904f2ebba0dfcbf607f734 100644 (file)
@@ -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 */