Skip to content

Commit

Permalink
💄 style: reduce font-size and increase line-height in article-title
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 19, 2023
1 parent c05b9b8 commit 367d6a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
.article-title {
padding-bottom: 1.2vmin;
display: block;
font-size: 2.2em;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
font-weight: 550;
line-height: 2.4rem;
}

.title-container {
Expand Down

0 comments on commit 367d6a8

Please sign in to comment.