tweak docs spacing

This commit is contained in:
Mark Otto 2015-08-17 21:16:09 -07:00
parent c9ed01d972
commit 1654f2a6e1
2 changed files with 5 additions and 2 deletions

View 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 %}

View 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;