Skip to content

Commit

Permalink
feat: increase font size of post title
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Feb 20, 2022
1 parent 0145c16 commit 82b2cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/partials/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
letter-spacing: 1px;
line-height: 1;
font-weight: 600;
font-size: 2.2rem;

a {
font-size: 2rem;
@include themed() {
color: t('primary');
}
Expand Down

0 comments on commit 82b2cee

Please sign in to comment.