Skip to content

Commit

Permalink
fix: change File an issue to Create an issue and adjust right-rail size
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 25, 2020
1 parent 49107e5 commit 0bda7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/PageLayout/PageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const LAYOUTS = {
grid-template-areas:
'page-header page-header'
'content related-content';
grid-template-columns: minmax(0, 1fr) 300px;
grid-template-columns: minmax(0, 1fr) 315px;
grid-gap: 2rem;
@media (max-width: 1240px) {
Expand Down
7 changes: 2 additions & 5 deletions src/components/RelatedContentModules/Contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ const Contribute = ({ pageContext }) => {
<Section
css={css`
background-color: var(--divider-color);
@media screen and (max-width: 1240px) {
text-align: center;
}
text-align: center;
`}
>
<Button
Expand All @@ -47,7 +44,7 @@ const Contribute = ({ pageContext }) => {
margin-right: 0.5rem;
`}
/>
File an issue
Create an issue
</Button>
<Button
as={ExternalLink}
Expand Down

0 comments on commit 0bda7c0

Please sign in to comment.