]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
don't boost first paragraph on mobile
authorMark Otto <markdotto@gmail.com>
Wed, 15 Apr 2015 22:23:10 +0000 (15:23 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 15 Apr 2015 22:23:10 +0000 (15:23 -0700)
docs/assets/scss/docs.scss

index 5972451a296ff9e2b5359f2abe313783d0c7897e..fc1f8f3c61c94436266b6e3c02a1925b51ff11b0 100644 (file)
@@ -859,16 +859,13 @@ body {
 }
 
 .bs-docs-title {
-  + p {
-    font-size: 1.5rem;
-    font-weight: 300;
-  }
-
   @include media-breakpoint-up(sm) {
     margin-right: 23rem;
     font-size: 4rem;
 
     + p {
+      font-size: 1.5rem;
+      font-weight: 300;
       margin-right: 23rem;
     }
   }