Skip to content

Commit

Permalink
Fix non-normal line heights
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed Aug 7, 2023
1 parent 975865e commit 620c534
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
main a {
@apply text-primary underline hover:no-underline;
}

html body {
line-height: normal;
}

0 comments on commit 620c534

Please sign in to comment.