Skip to content

Commit

Permalink
Update journal entry feed
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanbrown committed Nov 14, 2020
1 parent 2d483b7 commit e5f6876
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/journals.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 class="post-title">
</small>
</header>

<div class="post-description">
<div class="journal-description">
<p>
<em>{{ journal.content | escape | truncate: 300}}</em>
</p>
Expand Down
6 changes: 6 additions & 0 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ footer .pure-menu-link:hover {
max-width: 70%;
}

.post-description {
color: black;
line-height: 1.8em;
margin-top: -15px;
}

.archive-links {
font-size: 22px;
padding: 5px 0;
Expand Down

0 comments on commit e5f6876

Please sign in to comment.