]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak docs spacing
authorMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 04:16:09 +0000 (21:16 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 04:16:09 +0000 (21:16 -0700)
docs/_layouts/docs.html
docs/assets/scss/_layout.scss

index a01a85097e5a0e52878eb15b6d9d4c91bfb1dec1..9bcf55cd74bb268036bbeea0dd14727420a9008f 100644 (file)
@@ -12,7 +12,7 @@
 
     {% include nav-home.html %}
 
-    <div class="bd-pageheader text-xs-center text-sm-left">
+    <div class="bd-pageheader">
       <div class="container">
         {% include page-headers.html %}
         {% include ads.html %}
index b31fa91c299f74f15c7f88a1526bd6f13d077226..1c4ad62224fa2de7ac673a1fb254338101cc47d2 100644 (file)
@@ -35,8 +35,9 @@
 
 .bd-pageheader {
   padding: 2rem .75rem;
-  margin-bottom: 3rem;
+  margin-bottom: 1.5rem;
   color: $bd-purple-light;
+  text-align: center;
   background-color: $bd-purple;
 
   .container {
@@ -57,6 +58,8 @@
   @include media-breakpoint-up(sm) {
     padding-top: 4rem;
     padding-bottom: 4rem;
+    margin-bottom: 3rem;
+    text-align: left;
 
     .carbonad {
       margin: 2rem 0 0 !important;