mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
tweak docs spacing
This commit is contained in:
parent
c9ed01d972
commit
1654f2a6e1
2 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
{% include nav-home.html %}
|
{% include nav-home.html %}
|
||||||
|
|
||||||
<div class="bd-pageheader text-xs-center text-sm-left">
|
<div class="bd-pageheader">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include page-headers.html %}
|
{% include page-headers.html %}
|
||||||
{% include ads.html %}
|
{% include ads.html %}
|
||||||
|
|
|
@ -35,8 +35,9 @@
|
||||||
|
|
||||||
.bd-pageheader {
|
.bd-pageheader {
|
||||||
padding: 2rem .75rem;
|
padding: 2rem .75rem;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 1.5rem;
|
||||||
color: $bd-purple-light;
|
color: $bd-purple-light;
|
||||||
|
text-align: center;
|
||||||
background-color: $bd-purple;
|
background-color: $bd-purple;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -57,6 +58,8 @@
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
.carbonad {
|
.carbonad {
|
||||||
margin: 2rem 0 0 !important;
|
margin: 2rem 0 0 !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue