Skip to content

Commit

Permalink
docs: Decrease size of headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 21, 2024
1 parent b3223a4 commit a73161c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
@apply leading-[1.25em];
}

h2 {
@apply text-2xl;
}

h3 {
@apply text-xl;
}

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

0 comments on commit a73161c

Please sign in to comment.