Skip to content

Commit

Permalink
Don't truncate the article's summaries on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Jun 19, 2022
1 parent 5d8b3d3 commit bf29be4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ summary {
box-shadow: 0 0 10px 0 var(--tertiary);
background-color: var(--code-bg);
}

.entry-content {
display: block !important;
}

0 comments on commit bf29be4

Please sign in to comment.