Skip to content

Commit

Permalink
add line-heiht
Browse files Browse the repository at this point in the history
  • Loading branch information
minoritea committed Jul 14, 2021
1 parent 7e52140 commit 9d186ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ table tr:nth-child(even) td {
}

.article-body > p {
line-height: 2em;
margin-bottom: 2.5em;
}

Expand Down Expand Up @@ -90,8 +91,9 @@ table tr:nth-child(even) td {
}

.article .summary {
line-height: 2em;
max-width: 600px;
margin: 2em 0;
margin: 2.5em 0;
}

ul.pagination {
Expand Down

0 comments on commit 9d186ed

Please sign in to comment.