From a91cb4e3a2f567cc07fe840dd0df0f3b63af800a Mon Sep 17 00:00:00 2001 From: Matthew Lang Date: Wed, 29 Nov 2017 21:22:24 +0000 Subject: [PATCH] Use more line spacing for h3 headings in an article --- assets/css/daring.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/daring.css b/assets/css/daring.css index 85e4d0b..ed54b21 100644 --- a/assets/css/daring.css +++ b/assets/css/daring.css @@ -138,7 +138,7 @@ nav ul li.new-nav-group { /* * Content */ -.page, .post { +.page-template, .post { margin-bottom: 1rem; } @@ -146,7 +146,7 @@ article.post-index { margin-bottom: 4rem; } -.page > header, .post > header { +.page-template > header, .post > header { margin-bottom: 1rem; } @@ -171,6 +171,10 @@ article hr { margin: 0.75rem 0; } +article h3 { + line-height: 1.5; +} + .meta { color: #b8b8b8; font-size: 0.75rem;