Skip to content

Commit

Permalink
fix: Improve styles of article list
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonman225 committed Mar 12, 2021
1 parent 89ec1ce commit a8b7f7b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions themes/pure/assets/css/notablog.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
/* Article */

.Article {
margin: 1.5rem 0;
margin: 2rem 0;
}

.Article a {
Expand All @@ -214,9 +214,10 @@
.Article__Title {
margin: 0;
padding-bottom: 0.5rem;
line-height: 1.654;
font-size: 1.625rem;
font-weight: 700;
line-height: 1.5;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: -0.01em;
}

.Article__Title > a {
Expand Down

0 comments on commit a8b7f7b

Please sign in to comment.