Skip to content

Commit

Permalink
feat(ui): oats/coins in hero will be monospaced
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 11, 2023
1 parent 7d37ad8 commit 6dc17f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/app/components/hero/hero.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
.currencies {
margin-top: 8px;

.coins, .oats {
font-feature-settings: 'tnum';
}

.coins {
&:first-child {
margin-right: 10px;
Expand Down

0 comments on commit 6dc17f1

Please sign in to comment.