Skip to content

Commit

Permalink
fix(ui): line-height on post title
Browse files Browse the repository at this point in the history
  • Loading branch information
codenomnom committed Sep 15, 2023
1 parent ba6eec9 commit 85d4dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ h2 {

h1#post-title {
font-size: 32px;
line-height: 48px;
line-height: 40px;
margin-block-start: 0;
margin-block-end: 12px;
}
Expand Down

0 comments on commit 85d4dec

Please sign in to comment.