Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: quickstart tile title font sizing
Browse files Browse the repository at this point in the history
* add normal font-weight to quickstart tile title to ensure it displays
  the same between browsers
  • Loading branch information
aswanson-nr committed May 10, 2022
1 parent 1230243 commit 4618173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/QuickstartTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const QuickstartTile = ({
<h4
css={css`
grid-area: title;
font-weight: normal;
font-size: 24px;
letter-spacing: -0.5%;
`}
Expand Down

0 comments on commit 4618173

Please sign in to comment.