From 3c8720622f0b4f0d6bcd12c2b19336b04226500b Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 24 Jan 2018 12:09:52 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=20Fix=20extra=20margin=20on=20resu?= =?UTF-8?q?me=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 6213b18..cd437a7 100644 --- a/style.scss +++ b/style.scss @@ -32,7 +32,7 @@ dl { .hide { display: none; } %resume { - section { + section.entry-content { border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 1em; }