]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
explicit styles
authorMark Otto <markdotto@gmail.com>
Sun, 28 May 2017 00:37:34 +0000 (17:37 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 28 May 2017 00:37:34 +0000 (17:37 -0700)
docs/assets/scss/_content.scss

index 0764f1034f6525b7a60a9d3e0c6c7c477544e2b7..086efbe149d74a1b65c92c9ce52211d967425cfd 100644 (file)
 
 .bd-title {
   margin-top: 1rem;
-  margin-bottom: 1rem;
+  margin-bottom: .5rem;
   font-weight: 300;
 
   @include media-breakpoint-up(sm) {
     font-size: 3rem;
+  }
+}
 
-    + p {
-      max-width: 80%;
-      margin-bottom: 2rem;
-      font-size: 1.5rem;
-      font-weight: 300;
-    }
+.bd-lead {
+  @include media-breakpoint-up(sm) {
+    max-width: 80%;
+    margin-bottom: 1rem;
+    font-size: 1.5rem;
+    font-weight: 300;
   }
 }