Skip to content

Commit

Permalink
feat: add border around right rail component
Browse files Browse the repository at this point in the history
jerelmiller committed Jul 30, 2020
1 parent 04c4a32 commit fdcfd2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/PageLayout/RelatedContent.js
Original file line number Diff line number Diff line change
@@ -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;
`}
>
<h4>Contribute</h4>

0 comments on commit fdcfd2b

Please sign in to comment.