diff --git a/_includes/feedback.html b/_includes/feedback.html index 3d99e78017..bca9ed66b4 100644 --- a/_includes/feedback.html +++ b/_includes/feedback.html @@ -11,5 +11,6 @@
Have a question? Ask us on the OpenSearch forum.
Want to contribute? Edit this page or create an issue.
\ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 21b66ed2b0..1330d15207 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -555,8 +555,8 @@ p.label { list-style-type: none; background-color: $sidebar-color; padding: $sp-6 $sp-4; - margin-left: $sp-6; - margin-right: $sp-6; + margin-left: $sp-4; + margin-right: $sp-8; margin-bottom: 0; overflow: auto; } @@ -571,8 +571,8 @@ p.label { width: calc(#{$toc-width} - 4rem); text-align: center; margin-top: 3rem; - margin-left: $sp-6; - margin-right: $sp-6; + margin-left: $sp-4; + margin-right: $sp-8; padding-left: 1rem; padding-right: 1rem; display: block;