Skip to content

Commit

Permalink
Fix h3 sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Nov 18, 2024
1 parent 5991c67 commit 78ad090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.title-h3 {
@apply font-title text-[40px] leading-[1] tracking-wider md:text-[40px] lg:text-[44px];
@apply font-title text-[30px] leading-[1] tracking-wider sm:text-[36px] md:text-[40px] lg:text-[44px];
}

.title-h5 {
Expand Down

0 comments on commit 78ad090

Please sign in to comment.