From 984e3705dedc3906345805a36bc0ed294e7b131b Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Mon, 17 Apr 2017 23:42:52 +0000
Subject: [PATCH] Merge pull request #9 from budparr/dev

---
 layouts/post/summary-with-image.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/post/summary-with-image.html b/layouts/post/summary-with-image.html
index 2831ae1..d72cb35 100644
--- a/layouts/post/summary-with-image.html
+++ b/layouts/post/summary-with-image.html
@@ -8,9 +8,9 @@
       {{ end }}
       <div class="w-100{{ if .Params.featured_image }} w-60-ns pl3-ns{{ end }}">
         <h1 class="f3 fw1 athelas mt0 lh-title">{{ .Title }}</h1>
-        <p class="f6 f5-l lh-copy">
+        <div class="f6 f5-l lh-copy nested-copy-line-height">
           {{ .Summary }}
-        </p>
+        </div>
         {{/* TODO: add author
         <p class="f6 lh-copy mv0">By {{ .Author }}</p> */}}
       </div>

--
Gitblit v1.10.0