From 67002d524947c3836ca8b6abc4cd72979362b642 Mon Sep 17 00:00:00 2001 From: GhostofSky Date: Thu, 18 Oct 2018 21:52:17 -0700 Subject: [PATCH] #10 remove second divider from footnotes --- _sass/_footnotes.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/_footnotes.scss b/_sass/_footnotes.scss index 715883d51..54e5bfff1 100644 --- a/_sass/_footnotes.scss +++ b/_sass/_footnotes.scss @@ -15,8 +15,7 @@ } } -.footnotes:before, -.footnotes:after { +.footnotes::before { content: ''; @include divider; margin: 4em auto;