Skip to content

Commit

Permalink
Update CSS style
Browse files Browse the repository at this point in the history
  • Loading branch information
salu133445 committed Feb 12, 2022
1 parent 52bf6f9 commit 20ec725
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/_sass/jekyll-theme-minimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,17 @@ h1, h2, h3 {

h1 {
font-size: 20px;
font-weight: 700;
}

h2 {
font-size: 18px;
font-size: 16px;
font-weight: 700;
}

h3 {
h3, h4, h5, h6 {
font-size: 16px;
font-weight: 400;
}

strong {
Expand Down

0 comments on commit 20ec725

Please sign in to comment.