Skip to content

Commit

Permalink
docs: fix p leading
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed May 14, 2024
1 parent fe94299 commit dccd6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ figure {
p {
@apply text-xl;
}
article p {
@apply leading-9;
}

0 comments on commit dccd6a2

Please sign in to comment.