Skip to content

Commit

Permalink
Feature/change font (#41)
Browse files Browse the repository at this point in the history
* feat: adjust blockquote line height

* feat: adjust blockquote line height
  • Loading branch information
paolomainardi authored Jan 29, 2025
1 parent 1b7f400 commit a6023a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ $code-font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
.list ul li .title {
font-size: 20px;
}

blockquote {
line-height: 2.8rem;
}

0 comments on commit a6023a5

Please sign in to comment.