Skip to content

Commit

Permalink
docs: Fix leading of h1
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 21, 2024
1 parent 94bc964 commit b3223a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
*/

.nextra-content {
h1 {
@apply leading-[1.25em];
}

figure {
@apply my-8 flex flex-col items-center;
}
Expand Down

0 comments on commit b3223a4

Please sign in to comment.