Skip to content

Commit

Permalink
Add styles for h1, h3 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Jan 4, 2024
1 parent e6f9b2f commit 771fa8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/ai.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,21 @@

}

#content h1 {
@apply text-4xl font-medium mt-9 mb-5;
text-transform: uppercase;
}

#content h2 {
@apply text-3xl font-medium mt-9 mb-5;
text-transform: uppercase;
}

#content h3 {
@apply text-2xl font-medium mt-9 mb-5;
text-transform: uppercase;
}

/* blue bar above the section headers*/
h4 {
text-transform: uppercase;
Expand Down

0 comments on commit 771fa8c

Please sign in to comment.