Skip to content

Commit

Permalink
fix: h4, h5 font-size decreased
Browse files Browse the repository at this point in the history
Ticket: ENT-11294
Changelog: None
Signed-off-by: Mikita Pilinka <[email protected]>

(cherry picked from commit 4389093)
  • Loading branch information
mineralsfree committed Feb 28, 2024
1 parent aedd8ce commit 451f0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/_assets/styles/less/article.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ article {
}

h4 {
font-size: 18px;
font-size: 16px;
line-height: 24px;
margin-top: 2.4rem;
}

h5 {
font-size: 17px;
font-size: 15px;
line-height: 24px;
margin-top: 2.4rem;
}
Expand Down

0 comments on commit 451f0dd

Please sign in to comment.