diff --git a/src/components/PageLayout/RelatedContent.js b/src/components/PageLayout/RelatedContent.js index 676bd110c..c48e5f402 100644 --- a/src/components/PageLayout/RelatedContent.js +++ b/src/components/PageLayout/RelatedContent.js @@ -32,6 +32,9 @@ const RelatedContent = ({ page }) => { position: sticky; top: calc(var(--global-header-height) + 2rem); align-self: start; + padding: 1rem; + border: 1px solid var(--divider-color); + border-radius: 0.25rem; `} >

Contribute