Skip to content

Commit

Permalink
fix: smaller font size on tags underneath related resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 13, 2020
1 parent 7bf2811 commit 57d482b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/RelatedContentModules/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const Resources = ({ page }) => {
<Tag
css={css`
text-transform: uppercase;
font-size: 0.5625rem;
letter-spacing: 0.5px;
`}
>
{tag}
Expand Down

0 comments on commit 57d482b

Please sign in to comment.