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

Commit

Permalink
fix(game-detail): fix font sizes to match
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Oct 19, 2020
1 parent 943c82f commit 57815b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/game-detail/game-detail.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
.time {
padding-top: 0.15em;
font-family: monospace;
font-size: 1em;
margin-right: 1em;
}

ion-text {
font-size: 1em;
}
}
}

0 comments on commit 57815b2

Please sign in to comment.