Skip to content

Commit

Permalink
changelog topic design updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aorcsik committed Feb 26, 2024
1 parent 380d858 commit 04bd1b7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/css/changelog.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,24 @@

.changelog-topic-content h1 {
font-size: 2rem;
margin-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 1.5rem;
}

.changelog-topic-content h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 1.5rem;
}

.changelog-topic-content h3 {
font-size: 1.25rem;
margin-bottom: 1rem;
margin-top: 2rem;
margin-bottom: 1.5rem;
}

.changelog-topic-content em {
color: #6B6071;
}

.changelog-topic-content p {
Expand Down

0 comments on commit 04bd1b7

Please sign in to comment.