Skip to content

Commit

Permalink
fix(base.css): thinner header weights
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-chamberlain committed Jan 14, 2025
1 parent 89247af commit faef62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
}

h2 {
@apply font-bold mb-4 mt-8 text-2xl;
@apply font-semibold mb-4 mt-8 text-2xl;
@apply md:text-4xl;
}

h3 {
@apply font-extrabold mb-2 mt-8 text-med tracking-[.1em] uppercase;
@apply font-bold mb-2 mt-8 text-med tracking-[.1em] uppercase;
@apply md:text-lg;
}

Expand Down

0 comments on commit faef62f

Please # to comment.