diff --git a/_includes/feedback.html b/_includes/feedback.html index 3d99e780..bca9ed66 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 1b8777c4..7a8b964b 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -567,8 +567,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; } @@ -583,8 +583,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;