Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Use more line spacing for h3 headings in an article
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lang committed Nov 29, 2017
1 parent 5a29128 commit a91cb4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/daring.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ nav ul li.new-nav-group {
/*
* Content
*/
.page, .post {
.page-template, .post {
margin-bottom: 1rem;
}

article.post-index {
margin-bottom: 4rem;
}

.page > header, .post > header {
.page-template > header, .post > header {
margin-bottom: 1rem;
}

Expand All @@ -171,6 +171,10 @@ article hr {
margin: 0.75rem 0;
}

article h3 {
line-height: 1.5;
}

.meta {
color: #b8b8b8;
font-size: 0.75rem;
Expand Down

0 comments on commit a91cb4e

Please sign in to comment.