Skip to content

Commit

Permalink
fix: reduce font size on resources links
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 11, 2020
1 parent 5628895 commit 826f456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RelatedContentModules/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const Resources = ({ page }) => {
key={resource.url}
css={css`
margin-bottom: 1rem;
font-size: 0.875rem;
`}
>
<LinkElement
Expand Down

0 comments on commit 826f456

Please sign in to comment.