Skip to content

Commit

Permalink
fix: fix font sizes for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 4, 2020
1 parent 296331e commit 6805150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ const NerdDaysPage = () => {
<FeatherIcon
className={cx(styles.engagementOptionIcon)}
name="twitter"
size="23"
size="23px"
/>
</span>
</a>
Expand All @@ -623,7 +623,7 @@ const NerdDaysPage = () => {
<FeatherIcon
className={cx(styles.engagementOptionIcon)}
name="message-square"
size="20"
size="20px"
/>
</span>
</a>
Expand All @@ -640,7 +640,7 @@ const NerdDaysPage = () => {
<FeatherIcon
className={cx(styles.engagementOptionIcon)}
name="code"
size="26"
size="26px"
/>
</span>
</a>
Expand Down

0 comments on commit 6805150

Please sign in to comment.