diff --git a/docs-orange/_includes/boostwatch/tables.html b/docs-orange/_includes/boostwatch/tables.html
index be54e9aee3..c6e48cf791 100644
--- a/docs-orange/_includes/boostwatch/tables.html
+++ b/docs-orange/_includes/boostwatch/tables.html
@@ -248,34 +248,34 @@
Icons table
Name |
- Column heading |
- Column heading |
- Column heading |
+ Column heading |
+ Column heading |
+ Column heading |
Item 1 |
-
+ |
checked
|
-
+ |
checked
|
-
+ |
checked
|
Item 2 |
-
+ |
checked
|
-
+ |
checked
|
@@ -283,7 +283,7 @@ Icons table
Item 3 |
-
+ |
checked
|
diff --git a/docs-orange/assets/scss/_boosted-docs.scss b/docs-orange/assets/scss/_boosted-docs.scss
index a250ed66a2..438b056208 100644
--- a/docs-orange/assets/scss/_boosted-docs.scss
+++ b/docs-orange/assets/scss/_boosted-docs.scss
@@ -3,7 +3,7 @@
color: #fff;
border: none;
border-top: 2px solid $gray-dark;
- padding-top: 2.5rem;
+ padding: 2.5rem .625rem;
background-image: none;
.lead {
@@ -45,7 +45,7 @@
background-color: #000;
color: #fff;
border-top: 2px solid $gray-dark;
- padding: 0 0 1.25rem;
+ padding: 0;
h1 {
font-size: $font-size-h1;
@@ -55,6 +55,7 @@
p {
font-size: $font-size-base;
+ margin-bottom: 1.25rem;
}
@include media-breakpoint-down(xs) {