Skip to content

Commit

Permalink
Update entry list font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchandwani committed Jan 24, 2024
1 parent b6ba3b4 commit 698ed61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/common/post-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
}

.entry-header h2 {
font-size: 28px;
font-size: 20px;
line-height: 1.3;
}

.entry-content {
margin: 8px 0;
color: var(--secondary);
font-size: 18px;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
display: -webkit-box;
Expand Down
4 changes: 4 additions & 0 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,22 @@
}

.post-content h3 {
margin: 20px auto 18px;
font-size: 20px;
}

.post-content h4 {
margin: 20px auto 18px;
font-size: 20px;
}

.post-content h5 {
margin: 20px auto 18px;
font-size: 20px;
}

.post-content h6 {
margin: 20px auto 18px;
font-size: 20px;
}

Expand Down

0 comments on commit 698ed61

Please sign in to comment.